Yep thanks
kiMMOTus
Oh it works like that so you should do two variables, for example number and word then: Sub Control_OnSelect(number, word) MsgBox number & " " & word End Sub and when you choose one of the list msgbox says its number from start and which you have chosen.. should have relized it earlier <img src="http://images.
Could someone please give me an example on combobox control atleast how to use that OnSelect(Item As Long, string As String) thing? thanks
I'm trying to do a simple combobox with that DesktopX ComboBox control. My problem is that I don't know how to change that font of the text on that ComboBox. I can change that size and add items with VBscript but I'd like atleast to change that font color, face, and make it bold. So could someone please help me and I'd rather use that VBscript is possible because it seemed a little simpler . Thanks