VB.NET

Moderators: seancampbell
Number of threads: 4022
Number of posts: 10035

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Start I.E. brower from VB .net Posted by vbn on 14 Jul 2003 at 6:33 PM
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)

Report
Re: Start I.E. brower from VB .net Posted by pingpong on 15 Jul 2003 at 4:45 AM
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)
:
:

Report
Re: Start I.E. brower from VB .net Posted by cajohnson on 23 May 2007 at 2:00 AM
: 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

Report
Re: Start I.E. brower from VB .net Posted by zibadian on 23 May 2007 at 4:48 AM
: : 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.
Report
Re: Start I.E. brower from VB .net Posted by cajohnson on 23 May 2007 at 2:45 PM
: : : 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


Report
Re: Start I.E. brower from VB .net Posted by S Saurav on 3 Jun 2007 at 9:59 AM
login/password are used to authenticate or for something else i am not getting ur 2nd part of ur question pls reply



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.