home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 4609 / ttlspy / readme.txt < prev    next >
Text File  |  1994-07-15  |  4KB  |  109 lines

  1. SWREG ID: 2493
  2. -------------------------------------------------------------------------
  3.                                 7/7/94
  4. TITLESPY.VBX.  Title Bar and System Menu Custom Control. Version 4.0.                  
  5. -------------------------------------------------------------------------
  6.  
  7. This VBX lets you change size and orientation of Title (Caption) Bar 
  8. whithin Visial Basic, Visual C++ ,Borland C++ 4.0, etc. applications. 
  9. Make Title Bar small, as it is in VB ToolsBar, or make it huge as you 
  10. want. Allows to choose Title Bar's font. Left-align Caption Text. Also 
  11. lets you modify the System Menu.  
  12. New in this version: 
  13.     1. Third Button on a Title Bar. 
  14.     2. Full color control. 
  15.     3. Always On-Top property.
  16.     4. New demo.
  17.  
  18. -------------------------------------------------------------------------
  19.  
  20. How to use.
  21.  
  22. ----------
  23. To modify Title Bar:
  24.  
  25.     1. Put control on form.
  26.     2. Choose Caption Bar size in TitleSize property.
  27.     3. Choose Caption Bar orientation in TitlePlace property.
  28.     4. Run application. Enjoy.
  29.  
  30. ----------
  31. If you want to append your items into System Menu:
  32.     
  33.     1. Put control on form.
  34.     2. Add next line into your code:
  35.         
  36.         TitleSpy1.AddItem ItemStr$, n
  37.  
  38.     where 
  39.         'ItemStr$' is a String, you want to appear in System Menu,
  40.         'n' is Menu Item ID between 100 and 1000. This ID will be
  41.         send into SysMenu Event of TitleSpy, when user will select
  42.         this Item in the System Menu. 
  43.         To append separator make n equal 0.
  44.  
  45.     3. In SysMenu Event of TitleSpy append a code what will executes
  46.     when user selected your Item from the System Menu.
  47.  
  48.     4. Run application. Enjoy.
  49.  
  50. ----------
  51. If you don't want to spy Title Bar, but want to use System menu or Always
  52. OnTop options:
  53.  
  54.     Set 'SpyAllowed' property to false.
  55. -------------------------------------------------------------------------
  56.  
  57. Fonts.
  58.  
  59. This version let you possibility to use any font in a Caption Bars.
  60. But you have to remember:
  61.     if you use Non-True-Type fonts: 
  62.         - Vertical oriented Caption will not have a text.
  63.         - Size of font, used for Title Bar, will be nearest
  64.           existing size for this particular font, what matches
  65.           to current height of Title Bar.    
  66.  
  67.     if you use Vertical oriented Caption
  68.         - StrikeThrou and Underline don't work property for
  69.           vertical oriented fonts.
  70.  
  71. -------------------------------------------------------------------------
  72.  
  73.  
  74. Restrictions.
  75.  
  76. You can not to have a menu in window that have TITLESPY as a child. If you 
  77. use menu, it will be invisible in Run Mode.
  78.  
  79. If you make 'BorderStyle' of the Form equal to 'Fixed Double' or 'No border', 
  80. TitleSpy changes it to 'Fixed Single'.
  81. -------------------------------------------------------------------------
  82.  
  83. Registration.
  84.  
  85. You can register this Control by sending your name and either:
  86.  
  87. 1. On-line registration with Compuserve, type GO SWREG and register
  88.     product number 2493. The fee is $40.00. A registered copy will 
  89.     be sent by E-Mail.
  90. 2. Sending $40.00 and your name and address to the E-Mail address below.
  91.  
  92. Please provide me with an E-Mail address where the control can be sent,
  93. alternatively add $3.50 for shipping and a disk will be mailed to you.
  94. Overseas shipping varies with destination.
  95. -------------------------------------------------------------------------
  96.  
  97. If you have any comments or questions, please send them to me. I can be 
  98. reached at
  99.  
  100.  
  101.     Alex Spektor, 
  102.     610 Valley Stream Circle
  103.     Langhorne, PA 19053
  104.     (215) 741-5611. 
  105.  
  106.     Or E-Mail at CIS: 73321,1525 and Internet aspektor@susq.com.
  107.  
  108.  
  109.