ShellExecute(NULL, "open", "http://twigstechtips.blogspot.com/", NULL, NULL, SW_SHOWNORMAL);
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?
ShellExecute(NULL, "open", "http://twigstechtips.blogspot.com/", NULL, NULL, SW_SHOWNORMAL);
For more details, see ShellExecute() on MSDN.