Beany
Registered User.
- Local time
- Today, 08:38
- Joined
- Nov 12, 2006
- Messages
- 155
Hi,
i have three comboboxes, if i select one the other two are disabled.
I am using the code:
.
The problem is then i cant select the other two comboboxes after this..
is there a way when the other two comboboxes are disabled, i can enable them if i put my cursor over them or maybe click on them?
i have three comboboxes, if i select one the other two are disabled.
I am using the code:
Code:
combo2.enabled = False
The problem is then i cant select the other two comboboxes after this..
is there a way when the other two comboboxes are disabled, i can enable them if i put my cursor over them or maybe click on them?