|
-
Jan 28th, 2007, 03:11 PM
#1
Thread Starter
Fanatic Member
[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
-
Jan 28th, 2007, 04:31 PM
#2
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.
-
Jan 28th, 2007, 11:03 PM
#3
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|