1.
ShellExecute(NULL,
"open"
,
"http://twigstechtips.blogspot.com/"
, NULL, NULL, SW_SHOWNORMAL); <p></p>
For more details, see ShellExecute() on MSDN.
Mainly notes to future-Twig (and for anyone else who may find them useful)
If you've found one or more of my blog posts helpful, why not say thanks by buying me a coffee or beer?
1.
ShellExecute(NULL,
"open"
,
"http://twigstechtips.blogspot.com/"
, NULL, NULL, SW_SHOWNORMAL); <p></p>
For more details, see ShellExecute() on MSDN.