0

Is it possible to set Windows access names for form controls on a dialog? If so, what is the API call to do so?

Craig
  • 4,268
  • 4
  • 36
  • 53

1 Answers1

0

Programmatic .NET names can be obtained by WM_GETCONTROLNAME message. It's implemented in the clone of pywinauto. It works for Windows Forms (not WPF).

Vasily Ryabov
  • 9,386
  • 6
  • 25
  • 78