Before I try to figure out how to "Subclass" or is "hook" the proper term, I'd like to know if it can do what I would like to do. I want to get a handle to a window (any window)
not necessarily my program. Then I can get a handle to all the controls in that window .. command buttons, textboxes combo boxes etc. Can I then read the value in say the textbox from my vb app using subclassing or hooking?
Can I set value?
Not sure if I'm making sense here from what I've read about
WndProc SendMessage and GetMessage
am I on the right track, can I accomplish the above?
Thanks
"There is no pleasure in having nothing to do; the fun is having lots to do and not doing it.
." - Andrew Jackson
not necessarily my program. Then I can get a handle to all the controls in that window .. command buttons, textboxes combo boxes etc. Can I then read the value in say the textbox from my vb app using subclassing or hooking?
Can I set value?
Not sure if I'm making sense here from what I've read about
WndProc SendMessage and GetMessage
am I on the right track, can I accomplish the above?
Thanks
"There is no pleasure in having nothing to do; the fun is having lots to do and not doing it.
." - Andrew Jackson