accessing the document object model of any window in win32 api or .net
-
Hi, i want to access any windows DOM like in javascript(DHTML). Is that possible? if so then please give me references, links and suggestions.
Today's Beautiful Moments are Tomorrow's Beautiful Memories
-
Hi, i want to access any windows DOM like in javascript(DHTML). Is that possible? if so then please give me references, links and suggestions.
Today's Beautiful Moments are Tomorrow's Beautiful Memories
The question is little bit confusing, Are you looking to access the HTML page from IE window and trying to read the HTML tag?
-
The question is little bit confusing, Are you looking to access the HTML page from IE window and trying to read the HTML tag?
I want to write a program which will access any other windows DOM for example Internet Explorer and its html components like text box, radio button and so on. And also firefox or any other browser. Besides i want to access desktop application's objects similar to html DOM. Hope i had made it clear. Even the taskbar, the start button, the tray icons. If you could assume the desktop as an html page and then i want access all like what we do in dhtml.
Today's Beautiful Moments are Tomorrow's Beautiful Memories
-
I want to write a program which will access any other windows DOM for example Internet Explorer and its html components like text box, radio button and so on. And also firefox or any other browser. Besides i want to access desktop application's objects similar to html DOM. Hope i had made it clear. Even the taskbar, the start button, the tray icons. If you could assume the desktop as an html page and then i want access all like what we do in dhtml.
Today's Beautiful Moments are Tomorrow's Beautiful Memories
Your requirement is quite huge, for Browsers you can Look for Browser Helper Objects ( BHO ) for IE you can get started with Popup Window Blocker[^] article. XPCOM for Mozilla browsers. On taskbar, start button and tray button, I am not sure what is the intention of developing such application. MSAA[^] can give you some idea. HTH