I am having a problem displaying a list of items. When I run the form, the list appears to be not activated and the list is not displayed.
Here is the code I have put into AddItem,AddListItem and AddProperty
frmForm1.lstMyListBox.RowSourceType = 1
frmForm1.lstMyListBox.RowSource = "67,100.0,103.7,253.5"
I am new to this object and need some help ... thanks
Here is the code I have put into AddItem,AddListItem and AddProperty
frmForm1.lstMyListBox.RowSourceType = 1
frmForm1.lstMyListBox.RowSource = "67,100.0,103.7,253.5"
I am new to this object and need some help ... thanks