Results 1 to 4 of 4

Thread: (VB6) Virtual LED control

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Feb 2017
    Posts
    4,997

    (VB6) Virtual LED control

    It simulates a LED (light emitting diode).

    Properties:

    Color: Red/Green/yellow/Blue/White/Custom (the Custom color is defined from properties BorderColor, ColorOn and ColorOff)

    State: On/Off/Blinking

    BlinkType: Shorter/Short/Medium/Long/Twice

    BlinkPeriod: in milliseconds

    Shape: Round/Square/Rectangle/RoundedSquare/RoundedRectangle

    ToggleOnClick: the control changes On/Off on click (not while blinking)

    BorderWidth: in pixels, the default is 1.

    Style: 2D or 3D.

    Events: Click, DblClick, MouseDown/MouseMove/MouseUp

    It can be used as a toggle control, like a switch, when property ToggleOnClick is set to True.
    You can get the state change from the Click event.

    Download from GitHub.

    Name:  LED_Scr1_3D.png
Views: 893
Size:  8.1 KB


    Name:  LED_Scr2_3D.png
Views: 821
Size:  9.3 KB


    Name:  LED_Scr3.png
Views: 981
Size:  7.2 KB


    Name:  LED_Scr4.png
Views: 816
Size:  6.3 KB


    Download from GitHub.

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Feb 2017
    Posts
    4,997

    Re: (VB6) Virtual LED control

    Updated. Added Style Property 2D/3D.

  3. #3
    Hyperactive Member
    Join Date
    Dec 2008
    Location
    Argentina
    Posts
    439

    Re: (VB6) Virtual LED control

    Exelent Edu! tnk for sharing
    leandroascierto.com Visual Basic 6 projects

  4. #4

    Thread Starter
    PowerPoster
    Join Date
    Feb 2017
    Posts
    4,997

    Re: (VB6) Virtual LED control

    Quote Originally Posted by LeandroA View Post
    Exelent Edu! tnk for sharing
    Thank you Leandro and Shagratt for your help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width