Creating Windows Programs Using Microsoft Visual C++
Prof. Domanski

AppWizard Steps
- MDI: Multiple Document Interface (e.g. Excel, Word) where several windows are open simultaneously
- SDI Single Document Interface (e.g. NotePad) where only 1 window is open
- Dialog-based 1 window open thats a dialog



- Docking Toolbar is movable
- Initial Status bar at the bottom of the window ; it displays messages
- Printing creates the code to let your program print files or print preview files
- Context-sensitive help support for the F1 key, a help menu, and a skeleton help file for you to customize for your application
- 3D controls (vs 2D)
- MAPI support for Email
- Sockets support for writing low-level Internet programs
- Rebars toolbars have the same flat look at that of Visual C++
- Advanced button allows you to change features such as whether windows can be minimized, maximized, whether they can have scrollbars, etc.



- Go back to step 4
- Click on the Advanced button
- Click on the Document Template Strings tab of the property sheet
- Type Look Ma, No Hands in the Main frame caption field
- Click Close button

Creating an Editor


- Click on Build make sure there are no errors
- Click on Run (!)
- Create a new file by clicking on the menu icon or using File-New
- Open the README.TXT file by clicking on Open or using File-Open

Created and Last Updated on 11/16/98 by DrB