home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / basic / vbe_ext / readme.txt < prev    next >
Encoding:
Text File  |  1992-01-17  |  7.5 KB  |  222 lines

  1.                       VBExtenders (tm)
  2.         Custom Control Sets for Microsoft Visual Basic
  3.                              by
  4.  
  5.                   Sheridan Software Systems
  6.                        65 Maxess Road
  7.                   Melville, New York  11747
  8.              (516) 753-0985    CSID: 70703,1546
  9. ================================================================
  10.  
  11. January 16, 1992
  12.  
  13.  
  14. VBExtenders OVERVIEW
  15. ====================
  16. VBExtenders is a family of Custom Control Sets which enable
  17. VB developers to leverage the power of Microsoft Visual Basic.
  18.  
  19. There are currently 3 products in the VBExtenders line: 
  20.  
  21.     Product Name    # of controls    Control Descriptions
  22.     ============    =============    ================================
  23.     3D Widgets/1    6 controls    Checkbox, Option Button
  24.                     Frame, Command Button,
  25.                     Ribbon Button and Panel
  26.     3D Widgets/2    5 controls    List Box, Combo Box,
  27.                     File List Box, Directory List
  28.                     Box and Drive List Box
  29.     3D Widgets/3    1 control     Enhanced Menus with Menu Buttons
  30.  
  31.  
  32. As their names suggest, a 3 dimensional look is a key part of the
  33. controls. In addition, they each contain a comprehensive set of
  34. professional features.
  35.  
  36.  
  37. Custom Property Summary
  38. =======================
  39. The following list summarizes the custom properties for each of the 12
  40. Widgets.
  41.  
  42.  
  43. 3-D Widgets/1
  44. -------------
  45.   CheckBox
  46.     All standard VB CheckBox properties plus,
  47.     Alignment (text left or right of check box),
  48.     Font3D (none, raised light, raised heavy, inset light, inset heavy)
  49.  
  50.   Command Button
  51.     All standard VB Command Button properties plus,
  52.     AutoSize (button to picture, picture to button),
  53.     BevelWidth (varies 3-D effect),
  54.     Font3D (none, raised light, raised heavy, inset light, inset heavy),
  55.     Outline, Picture(bitmaps or icons supported), RoundedCorners
  56.  
  57.   Frame
  58.     All standard VB Frame properties plus,
  59.     Alignment (text left, center or right),
  60.     Font3D (none, raised light, raised heavy, inset light, inset heavy),
  61.     ShadowColor,
  62.     ShadowStyle (inset  or  raised)
  63.  
  64.   Option Button
  65.     All standard VB Option Button properties plus,
  66.     Alignment (text left or right of option button),
  67.     Font3D (none, raised light, raised heavy, inset light, inset heavy)
  68.  
  69.   Panel    Alignment
  70.     (9 settings - left, right  or centered at top, middle or bottom),
  71.     AutoSize (width to caption, height to caption or child control
  72.         to panel),
  73.     BevelInner & BevelOuter (none, inset or raised),
  74.     BevelWidth (varies 3-D effect) & BorderWidth (space between bevels),
  75.     FloodColor, FloodPercent, FloodShowPct,
  76.     FloodType (status bar props),
  77.     Font3D (none, raised light, raised heavy, inset light, inset heavy),
  78.     Outline, & RoundedCorners,
  79.     ShadowColor
  80.  
  81.   Ribbon Button
  82.     AutoSize (button to picture, picture to button),
  83.     BevelWidth (varies 3-D effect),
  84.     GroupAllowAllUp & GroupNumber (allows buttons to operate in groups),
  85.     Outline, & RoundedCorners,
  86.     PictureDisabled, PictureDn, PictureDnChange, PictureUp.
  87.   
  88.  
  89. 3-D Widgets/2
  90. -------------
  91.   ListBox
  92.     All standard VB ListBox properties plus,
  93.     ColumnWidth (# of chars or 0 = width of longest item, used with
  94.         MultiColumn),
  95.     DividerStyle (none, grey line,  black line, raised or inset),
  96.     EmptyList (used at runtime to reset the content of listbox
  97.         with 1 statement),
  98.     FindFirst & FindNext (used with LastFound property to find
  99.         strings in list),
  100.     Font3D (none, raised light, raised heavy, inset light, inset heavy),
  101.     ListStyle (2D or 3D), 
  102.     MultiColumn, 
  103.     Picture (runtime only array),
  104.     ScrollVert & ScrollHoriz,
  105.     SelectType (single, multiple, extended multiple - addit. runtime
  106.         props for multi),
  107.     ShadowColor,
  108.     TabSettings(up to 16 hard or soft tabs to create columns within
  109.         item entries)
  110.  
  111.   File ListBox
  112.     All standard VB File ListBox properties plus,
  113.     ColumnWidth (# of chars or 0 = width of longest item, used with
  114.         MultiColumn),
  115.     DividerStyle (none, grey line,  black line, raised or inset),
  116.     FileTypePics (display filetype pictures ala File Manager),
  117.     FindFirst & FindNext (used with LastFound property to find
  118.         strings in list),
  119.     Font3D (none, raised light, raised heavy, inset light, inset heavy),
  120.     ListStyle (2D or 3D), 
  121.     MultiColumn, 
  122.     ScrollVert & ScrollHoriz,
  123.     SelectType (single, multiple, extended multiple - addit. runtime
  124.         props for multi),
  125.     ShadowColor
  126.  
  127.   Directory ListBox
  128.     All standard VB Directory ListBox properties plus,
  129.     DividerStyle (none, grey line,  black line, raised or inset),
  130.       FlagSubDirs (optional - display a '+' in folder picture if there
  131.         are sub directories),
  132.     Font3D (none, raised light, raised heavy, inset light, inset heavy),
  133.       ShadowColor
  134.  
  135.   Drive ListBox
  136.     All standard VB Drive ListBox properties plus,
  137.     DividerStyle (none, grey line,  black line, raised or inset),
  138.     Font3D (none, raised light, raised heavy, inset light, inset heavy),
  139.       ShadowColor
  140.  
  141.   ComboBox
  142.     All standard VB ComboBox properties plus,
  143.     DividerStyle (none, grey line,  black line, raised or inset),
  144.     EmptyList (used at runtime to reset the content of listbox with
  145.         1 statement),
  146.     FindFirst & FindNext (used with LastFound property to find strings in list),
  147.     Font3D (none, raised light, raised heavy, inset light, inset heavy),
  148.     ListStyle (2D or 3D), 
  149.     Picture (runtime only array), 
  150.     ScrollVert & ScrollHoriz,
  151.     ShadowColor
  152.  
  153.  
  154. 3-D Widgets/3
  155. -------------
  156.   Enhanced Menus
  157.     Uses any existing VB menu definition and adds full VB Font
  158.         support plus,
  159.     BevelDropDown, BevelTopMenu & BevelSelection (thin or thick),
  160.     DividerStyle (none, grey line,  black line, raised or inset),
  161.     Font3D (none, raised light, raised heavy, inset light, inset heavy),
  162.     SelectionStyle (raised panel, inset panel, raised border or
  163.         inset border),
  164.     ShadowColor,
  165.     TopMenuStyle (2D, MenuButtons, raised or inset panel,
  166.         raised or inset border),
  167.     TopPicAlignment (Picture over, under, left or right of text,
  168.         or Picture only),
  169.     TopPicPicture(used in top level MenuButtons only),
  170.     plus 2 new events - FunctionKeyPressed and ItemSelected.
  171.  
  172.  
  173.  
  174. VBExtenders DESIGN-TIME AIDS
  175. ============================
  176.  
  177. SmartCreate
  178. -----------
  179. As with all VBExtenders Control Sets, 3-D Widgets feature 
  180. Sheridan's SmartCreate feature.  When creating a 3-D Widget,
  181. the settings for all the custom properties are 'remembered'
  182. from the last similar Widget created.  In addition, you can
  183. create a new Widget with the same custom properties as any
  184. similar Widget currently visible on the screen by clicking 
  185. the right mouse button on the existing Widget before selecting
  186. the appropriate tool from the Toolbox.
  187.  
  188. Context Sensitive Help
  189. ----------------------
  190. Double-clicking the right mouse button on any 3-D Widget at
  191. design time, invokes the Windows Help facility to provide help
  192. on the selected Widget.
  193.  
  194. SUMMARY
  195. =======
  196. 3-D Widgets 1/2/3 are a valuable extension to Visual Basic for
  197. any individual or Corporate designer/developer who wants to
  198. develop VB apps that are visually consistent and powerful.
  199.  
  200. 3-D Widgets enable you to ad a state of the art 3D look and professional
  201. features to your VB apps.
  202.  
  203. The 3-D Widget package includes design-time and run-time versions
  204. of the controls.  The run-time version has all the design 
  205. features and overhead removed, and may be distributed without
  206. royalty payments with your VB apps.
  207.  
  208. 3-D Widgets are available directly from Sheridan.
  209.  
  210.         3D Widgets/1 - $49
  211.         3D Widgets/2 - $39
  212.         3D Widgets/3 - $39
  213.  
  214.         All 3 Widgets sets purchased together - $109
  215.  
  216. Visa, M/C and check are accepted.  Ask about our Corporate and
  217. multi-user licenses.
  218.  
  219.  
  220.  
  221. VBExtenders(tm) and 3D Widgets(tm) are trademarks of Sheridan Software
  222. Systems, Inc.   Copyright (c) 1992  -  All Rights Reserved.