create your own

Visual Basic Scrollbar

63
rate or flag this page

By suprit613


Scrollbar

Horizontal & Vertical Scrollbar
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 :

  1. Name : The name given for control used in code window (i.e for writting program )
  2. Value : Gives Current value

private sub Hscrollbar1_scroll(Index as integer)

picture1.backcolor = RGB(Hscroll1.value,Hscroll1.value,Hscroll1.value)

end sub

Print   —   Rate it:  up  down  flag this hub

Comments

RSS for comments on this Hub

No comments yet.

Submit a Comment

Members and Guests

Sign in or sign up and post using a hubpages account.


optional


  • No HTML is allowed in comments, but URLs will be hyperlinked
  • Comments are not for promoting your hubs or other sites

working