Results 1 to 3 of 3

Thread: Is it possible...?

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    39

    Post

    Hi ,

    I am wondering if it is possible to put an link in a message box?


    Thanks


  2. #2
    Hyperactive Member Asaf_99's Avatar
    Join Date
    Jul 2000
    Location
    Israel
    Posts
    335
    Yes you can!
    There are 2 ways:

    1. Create your own msgbox (nobody likes that)

    2. Doing 2 Buttons on an msgbox: OK and Cancel.
    Ok will lead to the website and Cancel will not.
    I can send you a module that uses API and then you add it to your project.
    Usage:
    Code:
    OpenURL "www.vb-world.net"
    'or even:
    Dim A As String
    A="C:\"
    OpenURL A
    Asaf Sagi

    ICQ: 61917199
    E-Mail: [email protected]

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    39
    Asaf_99 thanks for the respond but that is okay.

    I was just wondering if there was a quick way like putting it in a string or such.
    No need for the api.


    Thanks

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