Hi Everyone,
For some strange reason in VB6 it doesn't give you all the properties of a list box. I cannot use the following, perhaps others also that I am unaware of.
Are there any references I am supposed to add to use list boxes? Sorry if this is a stupid question, but I'm not reallly familiar with how this whole references/libraries thing works.
Any help would be appreciated. Thanks!
For some strange reason in VB6 it doesn't give you all the properties of a list box. I cannot use the following, perhaps others also that I am unaware of.
Code:
ListBox1.Text
ListBox1.List(i) ' i is the index number
ListBox1.Clear
Are there any references I am supposed to add to use list boxes? Sorry if this is a stupid question, but I'm not reallly familiar with how this whole references/libraries thing works.
Any help would be appreciated. Thanks!