how can i get the web-page source displayed on a web-browser control, either in c# or Win32.even ATL COM also fine. i mean.. i dont want to create new "HTTPReqest" or "openURL" to get source.. i want to get the source from the control only..is it possible for windows mo开发者_JAVA百科bile.. if so how?.. please let me know.
Thank u
Assume this as the pseudocode
wbBrowser.Document.innerHtml
The Document
property should be the starting point for you to look into.
精彩评论