home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************/
- /* This is a sample .INC file for the SAVE pulldown menu item. */
- /***************************************************************************/
-
- {
- MessageBox(hWnd,
- "Your code to handle the SAVE pulldown goes here",
- "SAVE",
- MB_OK | MB_ICONINFORMATION);
- }
-
- /**************************************************************************/
- /* End of ASCII include file SAVE.INC */
- /**************************************************************************/