: : : System.Diagnostics.Process.Start("something.htm")
: : :
: : : This is equivalant to the VB6 shell command.
: : :
: : : : I want to create my help files in HTML. How do I get VB.Net to startup Internet Explorer using a local folder which contains my HTML files?
: : : :
: : : : Many thanks in advance.
: : : :
: : : : Gary (vbn)
: : : :
: : : :
: : :
: : :
: :
: : I am trying to do something similar. I would like to open a webpage
: : in IE from vb.net, but I want to pass the login/password to IE. Can
: : anyone tell me how to do this?
: :
: : Thanks,
: : Chris
: :
: :
: Depending on the site you can include the username and password as
: part of the url. Otherwise you could use a keyboard playback hook to
: simulate key presses.
Thanks very much. I have posted this question in several places, and seen several other similar posts with no responses. I am interested in both methods. Can you tell me how I would go about either?
Thanks again,
Chris