Is it possible to set Windows access names for form controls on a dialog? If so, what is the API call to do so?
Asked
Active
Viewed 47 times
1 Answers
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