Results 1 to 3 of 3

Thread: [RESOLVED] add hyperlink to a messagbox?

  1. #1

    Thread Starter
    Fanatic Member Crash893's Avatar
    Join Date
    Dec 2005
    Posts
    930

    Resolved [RESOLVED] add hyperlink to a messagbox?

    I have a message box pop up when the proccess is done running telling the user where the report is located( on the network). I would like to add the ablity to open that folder if the user clicks on that link


    any ideas

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: add hyperlink to a messagbox?

    MessageBoxes do what they do. If you want more then you can't use a MessageBox. You'll have to create your own form, which is all a MessageBox is after all. Alternatively you could just use a MessageBox to specify the path, ask if the user wants to open it and provide Yes and No buttons.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Fanatic Member Crash893's Avatar
    Join Date
    Dec 2005
    Posts
    930

    Re: add hyperlink to a messagbox?

    Form sounds easier at this point

    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