How to open a URL, which is entered by the user inside a windows application..
the content of the URL has to be dumped in a file..
how to do tat?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Niradhip ChakrabortyPosted Jul 8, 2009, 7:21 AM
System.Diagnostics.Process.Start("www.google.com");