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