Toolbar

kuldeep94 2,087 views 10 slides Jan 25, 2016
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

The slide contain information about Visual Basic toolbars


Slide Content

Visual Basic

Toolbar Working with toolbar Progress Bar Working with progress bar Image list Properties of image list Content:

A toolbar is becoming a standard feature of windows application. Toolbar provide functionality to a user through an easily accessible. Application can expose their most common features through buttons on a toolbar. It is an user interface. Toolbar:

A toolbar normally contains buttons with or without images/icons that represent a particular activity.A button can contain text. It is a collection of buttons is called toolbar. Toolbar control consist of one or more button objects in a buttons collection.Each button can have object. How to create toolbar?

Step 1)Right-click on the toolbar control and click properties to display toolbar. Step2)Click the buttons tab to display the dialog box shown. Step3)click insert button to insert a new button object. Step4)Set the appropriate properties. Step5)Set button object style properties Steps for creating toolbar:

Progress bar is used to give visualization about the status of the current process and computer operation ,such as a downloading , transferring of files, installation and more. The progress bar control monitors an operations progress toward completion. Progress Bar:

The progress bar control Height and width properties determine the number and size of the chunks that fill the control. To increase the number of chunks displayed ,decrease the controls height or increase its width. The border style property setting also affects the number and size of the chunks. Working with progress bar:

Image list is a control that enables one to store graphic images in an application. Other controls can use the image list as a central repository for image that will use. At runtime image list is invisible, just like a timer or a common dialog control The easiest way to add images to the image list is to use the images tab at design time. Just like click on the insert picture button. Image List:

Image height and image width : The image height and image width properties of the image list control identify the height and width in pixels of image. List images property : This property returns a reference to the collection of list image object contain within an image list control. Maskcolor : It is a read and write property used to identify the color that will be used to create masks for the image list control. imagelist.Maskcolor = vbblack . Use maskcolor : It determines whether the maskcolor property will be used as part of draw. It takes either true or false value. Properties of image list:

Thank You!!!