Guest boskomihic Posted August 10, 2002 Posted August 10, 2002 Simple question. What code to write to open same web page in default browser. Quote
orufet Posted August 10, 2002 Posted August 10, 2002 You can use the ShellExecute API call.... http://www.visualbasicforum.com/showthread.php?s=&threadid=7758&highlight=shellexecute Quote
Guest boskomihic Posted August 10, 2002 Posted August 10, 2002 Do you know is this working with vb.net Quote
ChiefRedBull Posted August 10, 2002 Posted August 10, 2002 It should do yes. Although there may be another way since .NET has done it's best to phase out direct use of APIs.. Quote
orufet Posted August 10, 2002 Posted August 10, 2002 The Declare statement has changed a bit, I think, but I'm not sure...in the .NET enviornment, if you go to Help >> Search >> "api", you should see something like "API changes in .NET" that explains how APIs and such function. Quote
*Gurus* Derek Stone Posted August 11, 2002 *Gurus* Posted August 11, 2002 You don't need to use [api]ShellExecute[/api] in Visual Basic .NET. System.Diagnostics.Process.Start("http://www.visualbasicforum.com/") Quote Posting Guidelines
Guest Nikolai Posted August 18, 2002 Posted August 18, 2002 --- Sorry, but I had to delete this :D --- Quote
Recommended Posts