why spy++ can not get the program control
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I want to use the spy++ to get a form control(login button) handle, but I find that it cannot. If I write the c++ prgram to find the control handle, which methods can be used?
-
I want to use the spy++ to get a form control(login button) handle, but I find that it cannot. If I write the c++ prgram to find the control handle, which methods can be used?
Without actually seeing that form my guess would be that the button is not a control itself but is drawn and its buttonlike functionality is handled by the form itself, thus, no separate handle.
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > Sometimes you just have to hate coding to do it well. <