Form1 Form1 Form1% Text2 This is an example form that calls the print setup form PRSEL.FRM. To access print setup, select the Print Setup option from the File menu. NOTE: This demo program will allow changes to the default printer setting in the WIN.INI file. MN_File &File MN_Open &Open MN_New Separator1 MN_PSetup P&rint Setup... MN_Print &Print Separator2 MN_Exit E&xit MN_PSetup_Click PrSel Text1_Change MN_Exit_Click Text2_Change MN_File_Click MN_New_Click MN_Open_Click MN_Print_Click+ Separator1_Click Separator2_Click MN_Exit_Click MN_File_Click This is a dummy menu item to show a suggested layoutt of the file menu. MN_New_Click This is a dummy menu item to show a suggested layoutt of the file menu. MN_Open_Click This is a dummy menu item to show a suggested layoutt of the file menu. MN_Print_Click This is a dummy menu item to show a suggested layoutt of the file menu. MN_PSetup_Click This Sub brings up the form PrSel, allowing the user to change printers & settings. Separator1_Click This is a dummy menu item to show a suggested layoutt of the file menu. Separator2_Click This is a dummy menu item to show a suggested layoutt of the file menu. Text2_Change This is the textbox that contains the startup message..