Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can I obtain the handle to a disabled control(button) in one application and enable it from another application. Thanks
use FindWindow function to get the handle of your control,then you can do what you want on that control.