home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / arrang1g / readme.txt < prev   
Encoding:
Text File  |  1999-07-11  |  988 b   |  48 lines

  1. LED ActiveX Control 1.2
  2.  
  3. Free for noncomercial use.
  4.  
  5. Author: Bojan Ulaga SLOVENIJA  bojan@4u.net
  6.  
  7. Custom properties:
  8.  
  9. - Shape.....shape of LED
  10.   0....circle
  11.   1....square
  12.   2....button
  13.  
  14. - ButtonMode
  15.   0....push button
  16.   1....switch
  17.  
  18. - LEDColor.....color of LED
  19.   0....red
  20.   1....green
  21.   2....yellow
  22.  
  23. - Blink......LED blinking
  24.   True....LED is blinking
  25.   False...LED is not blinking
  26.  
  27. - BlinkInterval....Interval between blinks
  28.   Long....miliseconds
  29.  
  30. - Value....LED is on or off
  31.   True....LED is on (button is on)
  32.   False...LED is off (button is off)
  33.  
  34.  
  35. This control is made with and for Visual Basic 5.
  36.  
  37. ActiveX Installation instructions:
  38.  
  39.     Register the ActiveX in your system registry by dragging
  40.     the .ocx file onto the regsvr32.exe file included with 
  41.     this file.
  42.  
  43. Necessary Files:
  44.  
  45.     This ActiveX control utililizes the Microsoft Windows
  46.     Common Controls 5.0.  You must have COMCTL32.OCX in the Windows/System
  47.     directory.
  48.