home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / vbgp / vbgp.txt < prev    next >
Text File  |  1992-03-12  |  2KB  |  35 lines

  1.  
  2.            Custom Group Box for Visual Basic   1992 by Mark Gamber
  3.  
  4.    In keeping with a trend I seem to be on with control DLLs for the Windows
  5. SDK Dialog Editor, this is a replacement for Visual Basic's Groupbox. It offers
  6. a 3-D look, text color, background color, "Click" procedure and can control
  7. controls within it's border. To begin using the control, copy VBGP.VBX to your
  8. Visual Basic directory. Then, select the file from the listbox which appears
  9. through the "Add File" item of the "File" menu. If you see a goofy looking sort
  10. of groupbox icon appear in the toolbox, you're all set.
  11.  
  12.  
  13.    The control supports a "click" routine for your V-Basic code. In addition,
  14. you may have the border "raised" or "lowered" with respect to a background
  15. window and you may turn a caption "shadow" on and off.
  16.    To select the border type, select "Raised" and select "True" or "False". You
  17. should see an immediate result. The caption shadow is turned on and off by
  18. selecting "Shadow" and either "True" or "False". If you turn the shadow on, the
  19. normal caption will move down and right 1 pixel each. In addition, you may
  20. change the shadow color by selecting "ShadowColor" and entering an RGB color
  21. value.
  22.    Although you can choose a mnemonic letter in your caption (Hotkey), the
  23. control itself does not support mnemonics at this time. Instead, use a text
  24. control inside the groupbox.
  25.  
  26.    This software is absolutely free provided:
  27.  
  28. 1. Credit is given where gredit is due.
  29. 2. I'm not liable. Period.
  30.  
  31. Questions, comments, bugs and obsure references to Ren & Stimpy may be directed
  32. via E-Mail to Mark85 on America Online. I don't take phone calls so don't even
  33. THINK about dialing information....
  34.  
  35.