I saw the WTL library that can be used, but not supported my Microsoft, to
make a hyperlink in a dialog box. Is there any supported solution by
Microsoft ?
What we are looking for is hyper text similar to that found on the
'Automactic Updates' tab on 'My Computer,' 'Properties.' Like "Learn more
about automatic updates" where 'automatic updates' is a hyperlink that will
allow us to bring up another, different dialog.
Thanks
Jim
David Lowndes - 07 Dec 2004 09:33 GMT
>I saw the WTL library that can be used, but not supported my Microsoft, to
>make a hyperlink in a dialog box. Is there any supported solution by
[quoted text clipped - 3 lines]
>about automatic updates" where 'automatic updates' is a hyperlink that will
>allow us to bring up another, different dialog.
Jim,
While also "not MS supported" there will be several such pieces of
code freely available to use - such as Paul DiLascia's CStaticLink
code - search MSDN for CStaticLink.
Dave