| | |
Open Browser from VB.NET
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Dec 2008
Posts: 2
Reputation:
Solved Threads: 0
I need to open IE from VB.net. I see the two most popular suggestions are:
. VB's Shell function (ShellExecute ??)
. COM "Microsoft Web Browser Control" reference
I can't get the Shell function to work, and the Browser control isn't listed in the COM references that can be added (I'm assuming it's not already a referenced component.
Any suggestions or alternatives?
. VB's Shell function (ShellExecute ??)
. COM "Microsoft Web Browser Control" reference
I can't get the Shell function to work, and the Browser control isn't listed in the COM references that can be added (I'm assuming it's not already a referenced component.
Any suggestions or alternatives?
•
•
Join Date: Dec 2002
Posts: 461
Reputation:
Solved Threads: 56
To open a url:
To open internet explorer:
VB.NET Syntax (Toggle Plain Text)
Process.Start("www.google.com")
To open internet explorer:
VB.NET Syntax (Toggle Plain Text)
Process.Start("iexplore.exe")
Wayne
It is hard to understand how a cemetery can raise its burial rates and blame it on the cost of living.
It is hard to understand how a cemetery can raise its burial rates and blame it on the cost of living.
•
•
Join Date: Dec 2008
Posts: 2
Reputation:
Solved Threads: 0
Thanks ... ran across that option after my post yesterday. I'll us it for now, but remains to be seen if I'll have control over browser opened in that manner:
. ultimately looking to retrieve data from a remote SQL database through an ASP page and import it to update a local database
. would like to do so with the retrieval running behind the scenes (will probably run this as a service) and don't want users of the local PC to see it happening
Would still like to try the Shell function or MS Web Browser Control navigate method, but the local process option you suggested will allow me to pull the data for now to set up the data manipulation.
Any additional help you can provide relative my last paragraph would be most appreciated.
. ultimately looking to retrieve data from a remote SQL database through an ASP page and import it to update a local database
. would like to do so with the retrieval running behind the scenes (will probably run this as a service) and don't want users of the local PC to see it happening
Would still like to try the Shell function or MS Web Browser Control navigate method, but the local process option you suggested will allow me to pull the data for now to set up the data manipulation.
Any additional help you can provide relative my last paragraph would be most appreciated.
![]() |
Similar Threads
- Button to open a new browser window (ASP.NET)
- Automate Web Browser (VB.NET)
- My hompage keeps going to saftyhomepage.net (Viruses, Spyware and other Nasties)
- BBC: Microsoft warns on browser bugs (Viruses, Spyware and other Nasties)
- Has My IE6 Browser Been HiJacked? HiJackThis Log file Here - please help! (Viruses, Spyware and other Nasties)
- Can't access the net :| (hijack log) (Viruses, Spyware and other Nasties)
- Spyware? hijacked cursor at "2:Open" sign (Viruses, Spyware and other Nasties)
Other Threads in the VB.NET Forum
- Previous Thread: How to deploy vb.net web application with mysql db and cassini server
- Next Thread: help accessing control from a different form
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net .net2008 2008 access add advanced application array basic beginner browser button buttons center click client code combo convert cpu cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic eclipse employees excel exists filter forms function html images input listview map mobile module msaccess mysql net number objects open page pan panel pdf picturebox picturebox2 port position print printing printpreview read regex remove reuse right-to-left save search serial settings shutdown socket sorting sqldatbase sqlserver storedprocedure textbox timer timespan transparency txttoxmlconverter usercontol validation vb vb.net vba vbnet vista visual visualbasic visualbasic.net visualstudio.net web winforms winsock wpf wrapingcode xml year





