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
RDP
Anyone knows what this fruit is called in english and if I can buy it in the USA somewhere even online
a class def and all the functions inside a dll ???
Compare two excel files
Windows 7 screen saver goes crazy "Bubbles"
Enteprise Application Documentation Application
Submit form to external action file and redirect page on one submit button
Reading bits in C++
IE Users have to relogin
How can I create a list from a starting number and ending number in Excel?