This document provides an overview of the contents to be covered in a presentation on using menus, popup menus, MDI forms and playing audio in Visual Basic. It will include three applications: a snake and ladder game using menus; a media player that plays audio; and connecting the two applications using MDI menus and popup menus. The snake and ladder game application will include picture boxes, labels, text boxes and buttons, along with coding for rolling dice, switch case statements and if/else functions. The media player will include text boxes and command buttons, and code to play media using the media player object. The final application demonstrates connecting the first two using an MDI form, popup menus and associated coding.