hey!
i have a button, and i want 2 changed it from disabled to enabled...
help? :D
and how can i change the style of a control (winid sais: "Style: 0x56000000" how can i change it to "0x56001000"??)
thankz!!!
Printable View
hey!
i have a button, and i want 2 changed it from disabled to enabled...
help? :D
and how can i change the style of a control (winid sais: "Style: 0x56000000" how can i change it to "0x56001000"??)
thankz!!!
Where is this button located? In your project? In another application?
in the yahoo! private msg :D lol
im not that noob so i dont know button1.enabled = true :P :P :P
thankz for replying!
I guess if you find the handle of the button you can use it in the EnableWindow API...
VB Code:
Declare Function EnableWindow Lib "user32" Alias "EnableWindow" (ByVal hwnd As Long, ByVal fEnable As Long) As Long
yyyyaaaaaayyyy!!!
the greekie got it working! :P
euxaristo manavo11!!!
You're welcome :)
Now that the question is answered, you can go to Thread Tools at the begining of the thread and select the Mark Thread Resolved option to show that the question has been answered.
Parakalo :)