home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / appshell / appprset.frm (.txt) < prev    next >
Visual Basic Form  |  1980-01-04  |  4KB  |  98 lines

  1. AppPrSetup
  2. Printer Setup
  3. Form1%
  4. SetupCmd
  5.     &Setup...
  6.     CancelCmd
  7. Cancel
  8. PrinterList
  9. OKCmd
  10. PrinterLabel
  11.     &Printer:
  12. AppPrSetup
  13. Form_Click
  14. @    Form_Load
  15. RetStr2
  16. RetStr2Size
  17. GetProfileString
  18. Buffer
  19. BufferSize'
  20. OKCmd_Click
  21. RetStr(
  22. RetStrSize
  23. DriverName
  24. PortName
  25. DoPrinterSetupU
  26. AppMain)
  27. PrinterName
  28. App_PrSetupTitle
  29. Caption
  30. AppPrSetupTitle
  31.     ListCount
  32. PrinterList0
  33.     ListIndex
  34. BufSize
  35. driver
  36. LoadPrinterList
  37. PrName
  38. PrNum
  39. SetupCmd_Click
  40. CancelCmd_Click[
  41. Remove_Items_from_Sysmenu
  42. PrinterList_Click7
  43. PrinterList_DblClick
  44. OKCmd
  45. Click
  46. App_PrinterName
  47. App_DriverName
  48. App_PortName
  49.     SelPrName
  50. App_PrinterDriverM
  51. App_PrinterPort
  52. PrinterLabel_Click
  53. MB_ICONSTOP
  54. MB_ICONINFORMATION
  55. Place_DialogBox_in_Form
  56.     LibHandle
  57. LoadLibrary
  58. Form1
  59. FreeLibrary
  60. AppShellPrSetup
  61. MB_ICONEXCLAMATION
  62. APP_NAME
  63. handleP
  64. CancelCmd_Click
  65. Form_Load
  66. Printer Setup
  67.  empty the printer list boxr
  68.  if no currently selected printer, use the default
  69. windows
  70. device
  71. Error
  72. Error
  73.  get the new list of printers
  74. devices
  75. Error
  76.  parse list and load list box
  77.  number of printers loaded
  78.  end index into buffer
  79. No Printers Found
  80.  highlight currently selected printer in list boxb
  81. LoadPrinterList
  82.  find out the driver name and port name
  83. devices
  84. Error
  85. OKCmd_Click
  86. Must select a printer
  87. PrinterList_DblClick
  88. SetupCmd_Click
  89. Must select a printer
  90.  determine printer to setups
  91.  call app shell dll routine to display printer setup dialog boxl
  92. APPSHELL.DLL
  93. Can't run printer setup;
  94. please check your installation
  95. Can't find printer setup program;
  96. reason code =
  97. please check your software installation
  98.