Programming/MFC

하이퍼링크 걸기

_Erato 2006. 12. 1. 01:42
// 하이퍼링크 걸기
 ShellExecute( 0, _T("open"), _T("www.naver.com"), 0, 0, SW_SHOWNORMAL ) ;