Dear my readers,
welcome to my site. If you land to this page, that means either you are trying to contact me or you are getting lost :). If you’re lost, you can always start again at homepage HintDesk. If you would like to send me a message, please consider following cases:
– For any question about blog post, please comment directly under the posts, I’ll be notified immediately when a comment is inserted. You’ll get my feedback as soon as possible.
– For any message out of topics in posts and the message can also be public, please comment directly under this post, I will reply you as soon as possible.
– For private contact, you want to send me an email? Then use this address below
Have a nice time at my blog and please don’t give my email to spammers. 😉
Regards,
Tri Nguyen.
Hello there,
First of all congrats for your page. It really has lots of helpful content.
I’m a VB.Net programmer and I found your website when searching for something I need to code.
I need to get the html source code from the opened firefox page but until now I was just able to get the url from firefox.
I’m using the dde client to achieve that but I can’t find anything to get the html source code.
I saw your post: http://hintdesk.com/c-list-all-opened-tabs-of-firefox-with-uiautomation/
Do you know any way I can get the html source code of the opened page on FireFox?
Thank you.
@Miguel: When you already have URL, you just need to use WebClient/HttpWebRequest for downloading the content of URL as string. The source code of that website is in downloaded text. For example this post uses WebClient to download content of a URL http://hintdesk.com/windows-phone-embedded-fonts-and-bing-maps/