home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd1.bin / zkuste / vbasic / Data / Utility / PropWiz.exe / Dev / PropertyAddIn / ReadMe.txt < prev    next >
Text File  |  1999-03-19  |  486b  |  14 lines

  1. 1. Register the DLL
  2. 2. Ensure that these three lines are in C:\winnt\VBAddIn.ini
  3.     TempMgr.Connect=0
  4.     RVBAddInMenus.Connector=0
  5.     RVBAddIn.Connector=0
  6.  
  7. 3. Select the 'Control Property Wizard' from the VB Addins Manager menu.
  8.  
  9.  
  10. What it does:
  11.    For the active Usercontrol, Form etc it lists out all controls which support a particular property
  12.    and lists out the value of that property - such as Tooltiptext.
  13.  
  14.    The currently selected control can have its property changed.