Results 1 to 3 of 3

Thread: Opening Internet Explorer in a certain URL from my app

  1. #1

    Thread Starter
    Hyperactive Member greg_quinn's Avatar
    Join Date
    Nov 2002
    Location
    South Africa
    Posts
    366

    Opening Internet Explorer in a certain URL from my app

    What would be the best way to open up Internet Explorer with a specific URL from my app?

    Otherwise is there a way I can create a link to a website url? I have tried using a LinkLabel but can't get it working.

    Thanks

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    You can use the ShellExecute() API.

    Edit: Sorry, I thought this was Classic Visual Basic.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    VB Code:
    1. System.Diagnostics.Process.Start("http://www.mendhak.com/")

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width