home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / CODIGO_2 / TOOL_WND / TTL_SPY / README.TXT next >
Encoding:
Text File  |  1994-05-09  |  3.4 KB  |  103 lines

  1. SWREG ID: 2493
  2. -------------------------------------------------------------------------
  3.                                 5/8/94
  4. TITLESPY.VBX.  Title and System Menu Custom Control. Version 3.0.                  
  5. -------------------------------------------------------------------------
  6.  
  7. This VBX lets you change size and orientation of Title (Caption) Bar
  8. whithin Visial Basic, Visual C++ or Borland C++ 4.0 applications.
  9. Make Title Bar small, as it is in VB ToolsBar, or make it huge as you
  10. want. Let to choose Title Bar's font. Also lets you modify the System 
  11. Menu.     
  12. New in this version: 
  13.     1. Fixed 'Border' bug.
  14.     2. Added new 'LetItMove' property, what allows to move parent
  15.     controls in Run-Time.
  16.     3. Added 'SpyAllowed' property. You make it false, if you don't
  17.     want to have different title size, but want to use System menu 
  18.     feature.
  19.     4. New demo.
  20. -------------------------------------------------------------------------
  21.  
  22. How to use.
  23.  
  24. To modify Title Bar:
  25.  
  26.     1. Put control on form.
  27.     2. Choose Caption Bar size in TitleSize property.
  28.     3. Choose Caption Bar orientation in TitlePlace property.
  29.     4. Run application. Enjoy.
  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 code what will executes
  46.     when user selected your Item from System Menu.
  47.  
  48.     4. Run application. Enjoy.
  49. -------------------------------------------------------------------------
  50.  
  51. Fonts.
  52.  
  53. This version let you possibility to use any font in a Caption Bars.
  54. But you have to remember:
  55.     if you use Non-True-Type fonts: 
  56.         - Vertical oriented Caption will not have a text.
  57.         - Size of font, used for Title Bar, will be nearest
  58.           existing size for this particular font, what matches
  59.           to current height of Title Bar.    
  60.  
  61.     if you use Vertical oriented Caption
  62.         - StrikeThrou and Underline don't work property for
  63.           vertical oriented fonts.
  64.  
  65. -------------------------------------------------------------------------
  66.  
  67.  
  68. Restrictions.
  69.  
  70. You can not to have a menu in window that have TITLESPY as a child. If you 
  71. use menu, it will be invisible in Run Mode.
  72.  
  73. If you make 'BorderStyle' of the Form equal to 'Fixed Double' or 'No border', 
  74. TitleSpy changes it to 'Fixed Single'.
  75. -------------------------------------------------------------------------
  76.  
  77. Registration.
  78.  
  79. You can register this Control by sending your name and either:
  80.  
  81. 1. On-line registration with Compuserve, type GO SWREG and register
  82.     product number 2493. The fee is $36.00. A registered copy will 
  83.     be sent by E-Mail.
  84. 2. Sending $36.00 and your name and address to the E-Mail address below.
  85.  
  86. Please provide me with an E-Mail address where the control can be sent,
  87. alternatively add $3.50 for shipping and a disk will be mailed to you.
  88. Overseas shipping varies with destination.
  89. -------------------------------------------------------------------------
  90.  
  91. If you have any comments or questions, please send them to me. I can be 
  92. reached at
  93.  
  94.  
  95.     Alex Spektor, 
  96.     610 Valley Stream Circle
  97.     Langhorne, PA 19053
  98.     (215) 741-5611. 
  99.  
  100.     Or E-Mail at CIS: 73321,1525 and Internet aspektor@susq.com.
  101.  
  102.  
  103.