I need to stop any input into the new VB6 ImageCombo control. This includes disabling the paste on the popup menu. Does anyone know how to do this ??
------------------
[email protected]
Printable View
I need to stop any input into the new VB6 ImageCombo control. This includes disabling the paste on the popup menu. Does anyone know how to do this ??
------------------
[email protected]
Isn't there a Locked property on that control?
Me not have VB6 yet :(
------------------
On Error Goto Bed :0)
[email protected]
Yes, the ImageCombo has a Locked property. Just set the value to True.
Good luck!
------------------
Joacim Andersson
[email protected]
[email protected]
www.YellowBlazer.com
Thanks you guy's. I dont know what I was thinking. So obvious !!