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