home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / kopykat / readme.txt < prev   
Encoding:
Text File  |  1996-11-20  |  1.2 KB  |  37 lines

  1. KopyKat was created to ease the function of applying 
  2. the same code to multiple control/event combinations, 
  3. such as:
  4.  
  5. ╖  Calling a routine to highlight text for all text 
  6.    boxes/gotfocus events.
  7. ╖  Applying general error processing code to all major
  8.    code routines.
  9. ╖  Calling the Centerform routine for all Form_Load
  10.    events.
  11. ╖  Insert a standard comment block for all desired 
  12.    control/events.    
  13.  
  14. KopyKat enables you to type in code one time and have 
  15. the code applied to a specific event for all selected 
  16. controls in the project at one time.
  17.  
  18. KopyKat displays the available files and controls for 
  19. the current project.  When a new project is opened, 
  20. KopyKat automatically detects the change and displays 
  21. the new project.
  22.  
  23.  
  24. TO USE KOPYKAT:
  25. --------------------------------------------------------
  26.  
  27. From the Visual Basic Add-Ins menu, select Add-In Manager.
  28.  
  29. The Add-In Manager will display a list of the available 
  30. add-ins to choose from.  If you do not see KopyKat.clsAddIn 
  31. here, you will need to execute KopyKat.exe and then try 
  32. again.  
  33.  
  34. Select KopyKat.clsAddIn and click OK.  When you click on the 
  35. Add-Ins menu option now, you should see a submenu for KopyKat.  
  36.  
  37. To run KopyKat, click on the KopyKat submenu.