Results 1 to 3 of 3

Thread: Web links using code

  1. #1

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435

    Web links using code

    How to I open up a web page from within code? I know you can use a linklabel, but I'm using a menu of links and when one is selected I want the appropriate web paged open.

    Anyone know?
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    VB Code:
    1. Process.Start("http://www.edneeis.com")

  3. #3

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    I have two books:

    Microsoft - Visual Basic: Step by step

    and

    Karl Moore's Visual Basic .NET: The Tutorials

    and I couldn't find something as simple as that!

    Thanks Edneeis
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

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