![]() |
url on a text in mfc dlg
how can I assiciate a link(URL) to a static text with mfc dialog based?
|
Re: url on a text in mfc dlg
This cannot be done directly. All you need to do is Derive a class from the CStatic and then change the font of the control to look like hyperlink and overwrite the Click event to open the default browser and display the URL.
Thanks Shabbir |
Re: url on a text in mfc dlg
can I have an example code?thanks
|
Re: url on a text in mfc dlg
I have created a sample of how to Make CStatic into a Hyperlink.
|
Re: url on a text in mfc dlg
thank you very much!!!!!
|
Re: url on a text in mfc dlg
Quote:
|
| All times are GMT +5.5. The time now is 03:22. |