[wtl]CHyperLink bRet = (dwRet > 32);
ATL / WTL / STL
3
Posts
2
Posters
0
Views
1
Watching
-
Sometimes, my CHyperLink breakes and it stops at this check. What can i do to stop this from happening?
CHyperLink
usesShellExecute()
to launch the URL in your default browser. SoShellExecute()
is failing, probably because the control doesn't have a valid URL. --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD -
CHyperLink
usesShellExecute()
to launch the URL in your default browser. SoShellExecute()
is failing, probably because the control doesn't have a valid URL. --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD