// TODO: This code navigates to a popular spot on the web.
// change the code to go where you'd like.
Navigate2(_T("http://msdn.microsoft.com/visualc/"),NULL,NULL);
}
// TODO: This code navigates to a popular spot on the web.
// change the code to go where you'd like.
Navigate2(_T("http://www.sina.com.cn"),NULL,NULL);
}