Ok i know how to get the handle to a window and its child windows, now my question is can i do the same for a webpage. What i actually need to do is get the handle to a button thats on a web page. Thanks hope someone can help...
Printable View
Ok i know how to get the handle to a window and its child windows, now my question is can i do the same for a webpage. What i actually need to do is get the handle to a button thats on a web page. Thanks hope someone can help...
There isnt a way to find textboxes or buttons on a web page in IE, what are you trying to do? There is probably another way around it.
Grant
[email protected]
well mcuk what im trying to is actually this. I have a project in which I have a page that is not actually on the web , its actually an offline page. so all i want to do is be able to access the controls that i actually put in it. like press a button or input and or read text. i know there has to be a way after all in the world of the 1 and 0 nothing is impossible.
Why does it have to be a webpage if it is offline? Couldnt you just design the layout in a vb prog?