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
Fancybox Jquery Form
how do i/can setup backup DC on an existing 2008 AD.
Configuring logging in named.conf
Radio button Dependency using JSF and Apache Trinidad
How can I display this without line breaks
How can I get an email to release its hold on an attachment after sending?
SCCM OSD deployment to Hyper-v R2
Why is my border not wrapping around all of my content in firefox??
WRVS4000 Router in front of Cisco ASA
Unix Shell script or Perl script to merge two csv text files based on a common key column