Visual Basic Scrollbar
63Scrollbar
Horizontal & Vertical Scrollbar
Introduction
Defination :
- The ScrollBar is a commonly used control.
- It enables the user to select a value by positioning it at the desired location.
- Value Property is used to specify the current value
Two Types of Scrollbars :
- Horizontal Scrollbar
- Vertical Scrollbar
Different Views (May be More advanced Form )
- Slider
- Flat Scrollbar
Properties :
- Name : The name given for control used in code window (i.e for writting program )
- Value : Gives Current value
Visit Here for More Information
- VB ScrollBar - Using ScrollBar Control In Visual Basic 6
The ScrollBar is a commonly used control, which enables the user to select a value by positioning it at the desired location. It represents a set of values.
private sub Hscrollbar1_scroll(Index as integer) picture1.backcolor = RGB(Hscroll1.value,Hscroll1.value,Hscroll1.value) end sub
PrintShare it! — Rate it: up down flag this hub
Amazon









