Thread: ComboBox Value
View Single Post
  #6 (permalink)  
Old 06-09-2007, 03:07 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,124
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