10-08-2004, 08:24 PM
You cannot enable accessible objects.
If you can capture the button with "Find window" dialog, this would insert child or id function that returns button handle. Then you can call EnableWindow.
Following example enables "Find Next" button in Notepad's "Find" dialog.
In your case this would be something like
If you can capture the button with "Find window" dialog, this would insert child or id function that returns button handle. Then you can call EnableWindow.
Following example enables "Find Next" button in Notepad's "Find" dialog.
In your case this would be something like
