Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FLOATING TOOLBAR
#18
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.

Code:
Copy      Help
int hwnd=child("&Find Next" "Button" "Find" 0x1)
EnableWindow hwnd 1

In your case this would be something like

Code:
Copy      Help
int hwnd=child("" "AfxWnd42s" z)
EnableWindow hwnd 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)