
Really dumb : creating a hyperlink ?
Use "ShellExecute"
Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal
hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal
lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As
Long
lpFile has to be set as URL.
Quote:
> I have done this before, but I cant for the life of me remember how....
> how do you create a clickable hyperlink in a VB program with/without the use
> of api ?
> Thanks
> Richard
> Ps, if poss, can any replies be cc'd to my email ?