Thread
:
IgnoreKey in ComboBox?
View Single Post
#
1
(
permalink
)
09-11-2007, 05:08 AM
kyto
Junior Member
Join Date: Aug 2007
Location: México.
Posts: 32
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!
kyto
View Public Profile
Send a private message to kyto
Find all posts by kyto