View Single Post
Unread 25 Dec 2004, 03:18   #18
JetLinus
Friendly geek of GD :-/
 
JetLinus's Avatar
 
Join Date: Nov 2000
Location: On my metal roid
Posts: 923
JetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud of
Arrow Re: text files and combo boxes in visual basic

Usually it should behave like a "normal" listbox, PLUS it's got the additional text-property for combo style.

So, you'd get the selected value like this (out of my head):
Code:
combo1.List(combo1.ListIndex)
You should really just select a combobox on a form and press F1, and then see what it can do. Or get some basic / fundamental tutorial or guideline.

I'm almost tempted to say RTFM, but I since it's Christmas and not that bad, well...
__________________
[»] Entropy increases! :-/
JetLinus is offline   Reply With Quote