Click here to Skip to main content
15,910,277 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: network programming Pin
avh2-Mar-05 2:58
avh2-Mar-05 2:58 
GeneralRe: network programming Pin
santosh_akella1-Mar-05 7:49
santosh_akella1-Mar-05 7:49 
GeneralRe: network programming Pin
Dave Kreskowiak1-Mar-05 8:02
mveDave Kreskowiak1-Mar-05 8:02 
GeneralPositioning Picture through word automation Pin
de_Passionate28-Feb-05 8:26
de_Passionate28-Feb-05 8:26 
GeneralIE version & plugin detection in VB6 Pin
mecracked28-Feb-05 2:59
sussmecracked28-Feb-05 2:59 
GeneralRe: IE version & plugin detection in VB6 Pin
Dave Kreskowiak28-Feb-05 4:12
mveDave Kreskowiak28-Feb-05 4:12 
GeneralInternet Connection Pin
pafell28-Feb-05 1:16
pafell28-Feb-05 1:16 
GeneralRe: Internet Connection Pin
Dave Kreskowiak28-Feb-05 3:51
mveDave Kreskowiak28-Feb-05 3:51 
pafell wrote:
but I need easy answer to my question:

The one thing we hate around here is laziness. This has been covered in the forums many, many times. All you have to do is click on Search Comments.

But, all you need to do is use the Process and ProcessStartInfo classes to shell launch the full http:// web address to do this.
Dim startInfo As New ProcessStartInfo("http://www.yahoo.com")
startInfo.UseShellExecute = True
Process.Start( startInfo )



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralFile system Pin
nitin_ion28-Feb-05 0:11
nitin_ion28-Feb-05 0:11 
GeneralRe: File system Pin
Dave Kreskowiak28-Feb-05 1:29
mveDave Kreskowiak28-Feb-05 1:29 
GeneralRe: File system Pin
CorvetteGuru28-Feb-05 14:44
CorvetteGuru28-Feb-05 14:44 
GeneralRe: File system Pin
nitin_ion28-Feb-05 16:14
nitin_ion28-Feb-05 16:14 
GeneralRe: File system Pin
CorvetteGuru28-Feb-05 16:16
CorvetteGuru28-Feb-05 16:16 
GeneralRe: File system Pin
nitin_ion28-Feb-05 18:53
nitin_ion28-Feb-05 18:53 
GeneralRe: File system Pin
Dave Kreskowiak1-Mar-05 0:47
mveDave Kreskowiak1-Mar-05 0:47 
GeneralRe: File system Pin
CorvetteGuru1-Mar-05 8:33
CorvetteGuru1-Mar-05 8:33 
GeneralRe: File system Pin
Dave Kreskowiak1-Mar-05 9:39
mveDave Kreskowiak1-Mar-05 9:39 
GeneralRe: File system Pin
CorvetteGuru1-Mar-05 10:40
CorvetteGuru1-Mar-05 10:40 
Generalavoid Word to appear hung up Pin
Stephan Wright27-Feb-05 23:13
Stephan Wright27-Feb-05 23:13 
GeneralRe: avoid Word to appear hung up Pin
Dave Kreskowiak28-Feb-05 1:25
mveDave Kreskowiak28-Feb-05 1:25 
General3d Graphics - Drawing points in a sphere Pin
sergeroz27-Feb-05 20:59
sergeroz27-Feb-05 20:59 
GeneralRe: 3d Graphics - Drawing points in a sphere Pin
Christian Graus28-Feb-05 10:16
protectorChristian Graus28-Feb-05 10:16 
GeneralRe: 3d Graphics - Drawing points in a sphere Pin
sergeroz28-Feb-05 15:28
sergeroz28-Feb-05 15:28 
GeneralRe: 3d Graphics - Drawing points in a sphere Pin
Christian Graus28-Feb-05 15:30
protectorChristian Graus28-Feb-05 15:30 
GeneralRe: 3d Graphics - Drawing points in a sphere Pin
sergeroz28-Feb-05 15:35
sergeroz28-Feb-05 15:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.