Really dumb : creating a hyperlink ? 
Author Message
 Really dumb : creating a hyperlink ?

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 ?



Tue, 14 Nov 2000 03:00:00 GMT  
 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 ?



Sat, 18 Nov 2000 03:00:00 GMT  
 Really dumb : creating a hyperlink ?

If you are using VB5 then you can use the hyperlink object....it's in the
help.

Jon

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 ?



Sat, 25 Nov 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Really dumb : creating a hyperlink ?

2. This is a really really dumb question.

3. Really dumb question about As

4. this is going to sound really dumb...

5. really dumb question

6. Really dumb question

7. Really dumb textbox newbie question..

8. A really dumb question... OS Detection

9. Really dumb question

10. Hyperlinks-A bit off topic, but I really need to ask someone

11. Newbie: dumb question, very dumb....

12. Newbie dumb question - Creating Macros?

 

 
Powered by phpBB® Forum Software