hi all,
i have a requirement of adding a hyperlink (basically a URL say " www.google.com")
to my dialog box. could anyone guide me as to how i can do that
i have seen some samples which say i have to add an underlined text and simulate (make it work like) a hyperlink but it does not tell me how i can connect to the site if i'm giving the URL of the site.
its kind of urgent...
any illustrations would be of great help...
thanx in advance...
cheers
kulkarni

adding a hyperlink to a dialogbox in vc++(mfc)
csharpdevelopernovice
Hi,
I think you are looking for this http://www.microsoft.com/msj/1297/c1297.aspx. The basic idea is to shellexecute the contents, which shall take the appropriate action by firing the default application attached to the filetype.
See http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcesdkr/html/_wcesdk_Win32_ShellExecuteEx.asp
Hope this helps.
Thanks.