Hi ,
I am wondering if it is possible to put an link in a message box?
Thanks
Printable View
Hi ,
I am wondering if it is possible to put an link in a message box?
Thanks
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_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