When I'm using the exe in the 24th Icztute, I can see the class of each part of the window (toolbar,edit, richedit,etc.). And using a function I don't remember (!), I can get a handle from this "component"
I want to know if this is possible to get this kind of info in a html display e.g in internet explorer. In HTML display I don't see a difference between a button, a link or something else -> the Iczelion exe just tell me "internet explorer_server"...
Can I get a handle to a link, an edit box or a button in an IE display ? Is it possible ?
I want to know if this is possible to get this kind of info in a html display e.g in internet explorer. In HTML display I don't see a difference between a button, a link or something else -> the Iczelion exe just tell me "internet explorer_server"...
Can I get a handle to a link, an edit box or a button in an IE display ? Is it possible ?
You would most likely have to interact with the internet explorer COM object to do this, which sounds like one of the "a bit less easier" tasks, to put it mildly :)
After digging in MSDN, MSHTML.DLL I guess...
I wonder if i can acces to the function and create an hinstance by loading dynamically the library.....
I wonder if i can acces to the function and create an hinstance by loading dynamically the library.....