home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / pmswitch / pmswitch.txt < prev   
Text File  |  1993-05-29  |  4KB  |  109 lines

  1. PM SWITCH - version 1.3
  2. by Jeffrey K. Morris & Sound Ideas Productions
  3. ==========================================================================
  4.  
  5. PM Switch is a small utility which displays the current status of the 
  6. Windows Print Manager and allows you to enable or disable it at a 
  7. click of a button (actually, a double-click on an icon).  It may be used as
  8. a stand-alone applet, or you may attach it to applications to insure that
  9. the Print Manager is disabled when they are first loaded.
  10.  
  11.  
  12. SYSTEM REQUIREMENTS
  13. -------------------
  14. PM Switch will work on any system running Windows 3.x or higher.  However,
  15. in order for PM Switch to load, you must have VBRUN200.DLL located in a
  16. directory named in your path statement (it is recommended that you place
  17. VBRUN200.DLL in your Windows System directory).  If you do not have this
  18. file, it is available on most BBS's as VBRUN200.ZIP or VBRUN200.ARJ (make 
  19. sure you get version 2.00 rather than VBRUN100).
  20.  
  21.  
  22. INSTALLATION
  23. ------------
  24. To install PM Switch, simply copy PMSWITCH.EXE to your Windows directory,
  25. or to any other directory named in your Path statement.
  26.  
  27.  
  28. USING PM SWITCH AS A STAND-ALONE APPLET
  29. ---------------------------------------
  30. When loaded by itself, PM Switch appears as an icon displaying the current
  31. status of the Print Manager.  To the Print Manager On or Off, simply
  32. double click on the PM Switch icon.  It will now display the new status.
  33.  
  34. To close PM Switch, either press F4 while holding the <Alt> key, or
  35. click once on its icon to bring up the System Menu, the click on Close.
  36. Click on "About PM Switch..." in the System Menu to open PM Switch's
  37. About box.
  38.  
  39. If, in your work, you frequently turn the Print Manager on and off, install
  40. PM Switch in the Windows Start-Up Group.  You may do this using the New 
  41. command in Program Manager's File menu, or by dragging PMSWITCH.EXE from 
  42. File Manager to the Start-Up Group.
  43.  
  44.  
  45. ATTACHING PM SWITCH TO OTHER APPLICATIONS
  46. -----------------------------------------
  47. When attached to another application, PM Switch will automatically turn the
  48. Print Manager Off and then load the application.  PM Switch will remain as
  49. an icon so that you can turn the Print Manager back on when finished in your
  50. application, or at any other time.  Simply double-click on PM Switch's icon
  51. to re-enable Print Manager.
  52.  
  53. To attach PM Switch to an application, follow these steps:
  54.  
  55.     1.  Open the Program Group where the application's icon resides
  56.  
  57.     2.  Single click on the icon to select it
  58.  
  59.     3.  From the File Menu, select Properties
  60.  
  61.     4.  In the Command Line box, insert PMSWITCH.EXE before the
  62.         command to start the application, as follows:
  63.  
  64.                   PMSWITCH.EXE c:\path\appname
  65.  
  66.     5.  To retain the application's icon, select change icon and enter
  67.             the applications full name and path (otherwise, Program Manager
  68.             will replace PM Switch's icon in the Program Group).
  69.  
  70. That's it.  Each time you launch your application, PM Switch will first
  71. disable the Print Manager.
  72.  
  73. Alternatively, you may use the Run command to launch your application 
  74. with PM Switch.  After selecting Run from Program Manager's File menu, 
  75. simply enter:
  76.         PMSWITCH.EXE appname
  77.  
  78.  
  79. UNINSTALLING
  80. ------------
  81. Simply delete PMSWITCH.EXE and PMSWITCH.TXT from whatever directory 
  82. you placed them, and remove its icon from the Program Manager.  Other
  83. than its routine enabling and disabling the Print Manager in the 
  84. [Windows] section of Win.Ini, PMSwitch makes no other changes to your 
  85. System files.
  86.  
  87.  
  88. COMMENTS/SUGGESTIONS
  89. --------------------
  90. If you have any comments or suggestions regarding PM Switch, you may contact
  91. me via any MIDILink BBS or CompuServe E-Mail (address to Jeffrey Morris at 
  92. 70751,1565).
  93.  
  94.  
  95. VERSION HISTORY
  96. ---------------
  97. version 1.3    -  eliminated some unecessary code to increase performance
  98.  
  99.         -  added About Box via the System Menu
  100.  
  101.  
  102. version 1.2    -  corrected bug which caused a General Protection Fault
  103.            if exiting Windows with PM Switch running.
  104.  
  105.         -  recompiled under Visual Basic 2.0
  106.  
  107.  
  108. version 1.1    -  first version released
  109.