473,414 Members | 1,764 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

how to open homepage

how can i open my iexplorer homepage with vb.net?
Sep 3 '07 #1
3 1379
On Sep 3, 2:35 pm, "asakopako" <asakopa...@hotmail.comwrote:
how can i open my iexplorer homepage with vb.net?
Look up System.Diagnostics.Process.Start for how to start another
application.

Also, if you need to navigate to a different page, you can specify the
URL with a command line parameter for internet explorer.

Thanks,

Seth Rowe

Sep 3 '07 #2
On Sep 3, 2:35 pm, "asakopako" <asakopa...@hotmail.comwrote:
>
>how can i open my iexplorer homepage with vb.net?
Look up System.Diagnostics.Process.Start for how to start another
application.

Also, if you need to navigate to a different page, you can specify the
URL with a command line parameter for internet explorer.
Seth's answer is entirely correct in the sense of what you asked in the first
place.

However, I would urge you to consider not loading IE with a parameter of
the url, but to launch simply the url itself.

It's been a while since I tired to do anything of this sort myself, but if
I remember correctly, this will have the effect of launching the homepage
in the user's browser of choice.

This is not always the best strategy, but in most cases you should find users
alot more agreeable to this course of action.

--
Rory
Sep 3 '07 #3
"asakopako" <as********@hotmail.comschrieb:
how can i open my iexplorer homepage with vb.net?
The code below will open the Web site in the system's default browser:

\\\
Imports System.Diagnostics
....
Process.Start("http://www.example.org/")
///

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Sep 3 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

18
by: Paul | last post by:
I link to a web site from an Excel spreadsheet. The page i link to is getCookie.asp which sets a cookie then returns back some html which opens a new window, to the same site but a different page...
7
by: Merlin | last post by:
Hi there, I have a serious problem with opening a new window with the help of JavaScript. The problem only occures with Firefox. Once you click on the item which fires up the open function, the...
6
by: Bruce | last post by:
I am doing development work on an asp.net app and a web service on a Win XP Pro SP2 development workstation, using vs.net 2003. For reasons that I wont try to explain here, I recently moved the...
2
by: julie.siebel | last post by:
I KNOW this can't be as hard as I am making it. I have a travel client with two related websites. On the homepage of the new site (Call it "Site A") I am building for them, there is a link to a...
5
by: Bechtle | last post by:
Hi googlers I'm creating a portal on MS Office Portal Server. Unfortunaterly there's no way to open a link of the navigation in a new window. Now I'm trying to create a homepage with a...
3
by: Bechtle | last post by:
Hi googlers I'm creating a portal on MS Office Portal Server. Unfortunaterly there's no way to open a link of the navigation in a new window. Now I'm trying to create a homepage with a...
1
by: Miranhat | last post by:
How do I open a new window from html link with flash in it? In my homepage i want to create a link to open a blank page using javascript with flash in the blank window. I have the flash created...
0
by: balu435 | last post by:
Hi I used the following code to enter values to an already open browser using VBA. Dim IeBrow As InternetExplorer Dim IeDoc As Object Set IeBrow = New InternetExplorer IeBrow.Visible = True ...
4
Death Slaught
by: Death Slaught | last post by:
im making a web site for a friend and i need a section of a-z links on a music page that have all the artist there that start with that letter but it wont open. heres the code to the music page. ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.