ShellExecute(NULL, "open", http://naver.com, "", "", SW_SHOW );
내장 되어 있는 기본 웹 브라우저를 뜨우는 방법
ShellExecute(NULL, "open",
"C:\\Program Files\\InternetExplorer\\IExplorer.exe",
"http://naver.com",
"",
SW_SHOW
);
인터넷 익스플로러를 지정하여 띄우는 방법
"",
SW_SHOW
);
인터넷 익스플로러를 지정하여 띄우는 방법
댓글 없음:
댓글 쓰기