Microsoft
Software
Hardware
Network
Question : How to make a program that goes to a URL
I need to write a program for my boss that involves using a web browser type of control.
My copy of Visual Studio is the Enterprise Version. I would like to know the shortest reasonable
path to writing a program that will have a URL in a string variable, and then pass it to whatever
is the most convenient module for going to that URL, (with the entire parameters of the URL
encoded in the string).
Answer : How to make a program that goes to a URL
use the WebBrowser Control. Or you can simply start the bdefault browser using
1:
System.Diagnostics.Process.Start("http://<your url with parameters with urlencoding>")
Random Solutions
SQL 2005 on a windows 2003 cluster , how to back up
added shortcut to Public Desktop but some users not getting it - Win 2008 R2 Terminal Server
Mailman, the GNU Mailing List Manager - is there an interface to programmatically maintain email addrs?
Cannot Access Drive
Using 3rd Party SSL to Setup Exhange 2007, Outlook 2007, Server 2003 with Terminal Services
Export-Mailbox says pst directory does not exist when it does
Can't access Microsoft windows update website anymore?
UltraTree and Filtering ?
asp.net, c#, drop down list error
Dynamically passing the parameter the service constructor (without configuration file)