How to create an hyperlink on the desktop of my MDI application
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I have written an MDI application. I wolud like to create on the desktop of my application an hyperlink to my web page How can I do this? I'm able to create an hyperlink in the dialog box but I'm not able to create it on the desktop of my application
-
I have written an MDI application. I wolud like to create on the desktop of my application an hyperlink to my web page How can I do this? I'm able to create an hyperlink in the dialog box but I'm not able to create it on the desktop of my application
-
What do you mean with the desktop of your application ? If it is in the toolbar, then you would consider using a rebar, with Chris' CHyperLink control. ~RaGE();