Powered by Bravenet Bravenet Blog

Tag Board

jeriel: hai..

Please type in the four characters shown in the black box.

Wednesday, January 16th 2008

4:13 AM

Checkbox, Vscrollbar and Hscrollbar

            During our 7th laboratory in the month of January, we discussed about Checkbox, Vscrollbar and Hscrollbar. Checkbox is to permit multiple selections from a number of options. List box its look like combo box.

 

Formula:

 Listbox.Items.Add (Textbox1.text)

textbox1.text=””

Textbox1.focus.

 

To adds the item in the list box and to remove we use this formula: i=listbox1.selectionIndex

 If i>0 then

 listbox1.item.removeAt (i)

Else

Msgbox.show (“Select it First”, List Box is Empty)

        I have learned the functions of combobox, vscrollbar and hscrollbar. The difference between  the hscrollbar and vscrollbar. 

0 user comments / leave a comment