home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / statsbar / readme < prev    next >
Text File  |  1991-11-19  |  2KB  |  53 lines

  1. Copyright 1991, Ed Staffin
  2.  
  3. Hi, 
  4.  
  5. Here is a VB status bar control! It's easy to use and it even works.
  6.  
  7. To use it, simply click on File - Add File and load status.dll. You 
  8. will then see my best attempt at a button that is supposed to look
  9. like a status bar in the toolbox.
  10.  
  11. You can now use the status bar control as if it came with Visual Basic.
  12.  
  13. The current version will (at run time) automatically force all instances of 
  14. status bars to the bottom of the screen and will force the first instance 
  15. to be the width of your form and the all others to be flush right. 
  16.  
  17. If the form is resized, the bar will remain "glued" to the bottom. The
  18. first section will resize itself to the width of the form and the others
  19. will remain glued to the bottom right.
  20.  
  21. You can change captions, colors and so forth as you would any other control.
  22. I also added a special property (which can be accessed from the 
  23. properties list box) that allows you to change the status bar from
  24. displaying as down, flat or up.  
  25.  
  26. I have found that the best way to use it is to make several status bars--
  27. one for each section you might want. They fit seemlessly next to each other.
  28. What I usually do is put the first one down then a couple
  29. of short ones  right on top of the long on (for line #'s and column #'s etc.) 
  30. followed by a blank flat one to fill the bar all the way to the right.
  31.  
  32. Any questions comments or suggestions would be welcome.
  33.  
  34. If you like it, send me $10 and I'll send you the source. Even if you don't 
  35. like it, I could still use the $10!
  36.  
  37. The address is:
  38.  
  39.                 Ed Staffin
  40.                 402 Porter Way West
  41.                 Bridgewater, NJ  08807
  42.                 Phone (908) 253-0246
  43.  
  44.  
  45. Revision History
  46. Version 1.0       10/25/91
  47.     First release
  48. Version 1.1       11/19/91
  49.     Fixed bug that cause first instance to cover other instances
  50.     when it was changed. Added example VB code and forms.
  51.  
  52.  
  53.