home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / CODIGO_1 / BTN_DEMO / README.TXT < prev    next >
Encoding:
Text File  |  1991-10-05  |  4.3 KB  |  81 lines

  1.   ==========================================================================
  2.   These files are provided as a demo of ButtonToolTM. There is included
  3.   a demo copy of the design-mode custom control. You will be able to use
  4.   it in design or exe mode. This lets you see how the control actually
  5.   works. You may copy and distribute this demo freely as long as you
  6.   include all files in an unaltered state.
  7.   ===========================================================================
  8.   Everything in this demo is a ButtonTool button. All fo the 3-D panels,
  9.   the labels the display windows, everything!
  10.   Following are a few hints on using the ButtonTool demo:
  11.  
  12.   SETTING COLOR PROPERTIES
  13.   All of ButtonTool's color properties are set using Visual Basic's
  14.   built in Color Palette. See VB's online help for information on
  15.   how to use the Color Palette.
  16.  
  17.   3-D EFFECTS
  18.   ButtonTool's 3-D effect is normally used to give a button a "raised"
  19.   appearance. In some of the following cases you might want to reverse
  20.   the 3D colors to give the appearance that the button is depressed.
  21.   Using this technique in addition to some of the following you can
  22.   easily generate "raised" or "depressed" buttons or panels.(see below)
  23.  
  24.   BUTTONTOOL AS AN ENHANCED PICTURE CONTROL:
  25.       You can use ButtonTool to display bitmaps, icons and metafiles on
  26.       it's surface, as it's symbol. You can specify how much of the surface
  27.       these images cover leaving room for a caption. In effect you now
  28.       have a picture control that provides all of the ButtonTool properties
  29.       such as 3-D Effects, Borders and Shadows.
  30.  
  31.   BUTTONTOOL AS A PARENT OR "CONTAINER" OF OTHER CONTROLS:
  32.       You can use ButtonTool as a container of other controls including
  33.       other ButtonTool buttons. You can even use ButtonTool as mentioned
  34.       above, as a Picture Control that contains other controls.
  35.  
  36.   BUTTONTOOL AS AN ENHANCED LABEL CONTROL:
  37.       You can use ButtonTool as a label to generate 3-D, raised, and
  38.       depressed, labels. Labels with or without borders and shadows.
  39.  
  40.       NOTE:   In most of the uses just mentioned it is necessary to set
  41.               the ButtonDown property to 0 - "No Effect" to keep the
  42.               surface of a parent ButtonTool button from being repainted
  43.               if the user were to "click" on it's exposed surface area.
  44.               It is usually also nescessary to set the ShowFocus
  45.               propertu to FALSE.
  46.  
  47.      WARNING: Forms and code generated with this version of ButtonTool
  48.               will NOT work with the commercial version. Anything you
  49.               create with this version will have to be rebuilt from
  50.               scratch.
  51.  
  52.   ===========================================================================
  53.   We feel that there is a great deal of flexibility built into ButtonTool.
  54.   You may find different and innovative ways of using it. If you do we
  55.   would like to hear from you. If you have suggestions or complaints we
  56.   still would like to hear from you. We are committed to making ButtonTool
  57.   the best tool of it's type. We cannot do it without your feedback.
  58.  
  59.   ============================================================================
  60.   OTHER PRODUCTS FROM OUTRIDER SYSTEMS, INC.
  61.   Other products include EditTool, which is an enhanced edit control
  62.   that provides for formatted input. With EditTool you can format input
  63.   on a character by character basis. You can specify protected positions,
  64.   making it very easy to build, for example, PHONE, DATE, CURRENCY and SSN
  65.   type fields. The "protected" characters such as the dashes(   -  -    )
  66.   in a SSN field are not stored in the text string making it simple to
  67.   convert from the VB string representation to a numeric value. An
  68.   additional feature of EditTool is an optional "Spinner" used to increment
  69.   or decrement numbers in an EditTool field. EditTool also supports all of
  70.   the border, 3-D and shadow properties found in ButtonTool.
  71.   With ButtonTool you can add a professional look and feel to your
  72.   applications.
  73.   Pricing is $49.95 plus $4 S&H or both for $89.95 plus S&H.
  74.   The file "ORDERFRM.TXT" is provided for your convienence.
  75.  
  76.   OUTRIDER SYSTEMS, INC.
  77.   PO Box 271669
  78.   Houston, TX 77277-1669
  79.   Voice: (713)521-0486   Fax: (713)523-0386     Orders: (800) 845-0386
  80.  
  81.