View Single Post
  #1 (permalink)  
Old 09-11-2007, 05:08 AM
kyto kyto is offline
Junior Member
 
Join Date: Aug 2007
Location: México.
Posts: 32
Question IgnoreKey in ComboBox?

Hi!
To avoid to change the text in a TextBox, I have used:

Quote:
Sub TextBox_KeyPress (key)
textbox.IgnoreKey
End Sub
Tip taken from:
Textbox Readonly
(Thanks Guys).

This did not work for combobox.

Exist any way of applying it to combobox?

Thanks!
Reply With Quote