New to VB , webBrowser help needed!

Nihl8tor
09-11-2003, 08:37 AM
hi, I'm new to Vb, this is also my first post so Howdy all.
I am trying to build an app and simply this is an example of what i need it to do.
imagine 3 command buttons on a form, 1 labeled vb, 1 ms, and the other linux.
If someone clicked linux , i would like 5 browser windows to open, addressed to 5 different sites related to linux. I know what addresses i want to include, but i'm having difficulty enabling and pointing more than one browser.
Is it possible? Does anyone know how?
any help would be appreciated, and Thx

reboot
09-11-2003, 09:11 AM
What code do you have so far? What specifically are you having problems with?

Nihl8tor
09-11-2003, 09:18 AM
I really haven't coded anything.
I ran the app wiz and can enable internet frm and browser
but what i really want to do is open multiple browsers to specific urls on a click event.
I have been looking but can't find documentation on how to do this.
Is there a way? thx

Nihl8tor
09-11-2003, 10:50 AM
needed to figure it out, so i did
Dim frmB As New frmBrowser
frmB.StartingAddress = "http://www.microsoft.com"
frmB.Show
Dim frmc As New frmBrowser1
frmc.StartingAddress = "http://www.google.com"
frmc.Show
etc... etc...
i can open up numerous windows this way.

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum