11-15-2008, 02:12 PM
is there any way to change the state of an id like you can change the value or name e.g state = 0x0 (normal) change to 0x1 (unavailable)
Changing State
|
11-15-2008, 02:12 PM
is there any way to change the state of an id like you can change the value or name e.g state = 0x0 (normal) change to 0x1 (unavailable)
11-15-2008, 02:17 PM
No.
11-15-2008, 03:21 PM
ok thanks
03-13-2009, 02:12 AM
Why can't you do this?
04-01-2009, 04:16 AM
Is there a program that can change the state of buttons?
Is it possible to change the state of a button?
04-04-2009, 08:31 PM
Gintras... tell me why this is not possible (if it is not) to change the state of a button... say i am on an application... & there is a button that only allows me to do a certain action @ a certain time...
what i want to do is change the state to 0x1 ... which is Available... which should (hopefully) allow me to request that action @ any time i prefer... reply to this quesiton please... this is your forum, i have been wanting to get support for this answer for a while now... & i have noticed nothing but your ignorance of this post...??? I don't understand why!!!
04-04-2009, 08:35 PM
Sorry.
Accessible state cannot be changed. If you want to unhide or enable the button, and the button can be found with function child() or id(), use function hid() or EnableWindow(). |
« Next Oldest | Next Newest »
|