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.