Thread: ComboBox Value
View Single Post
  #6 (permalink)  
Old 06-09-2007, 02:07 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 15,614
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

The problem with ComboBox.Text is that on the desktop the user can write in the combobox and it will return the text that the user wrote.
The write syntax is: ComboBox.Item(ComboBox.SelectedItem)
Reply With Quote