CodeSarang.Com
Home
|
All categories
Join
|
Login
| 검색
Windows Application
Visual C++
Borland C++ Builder
Borland Delphi
Win32 API
Web Development
AJAX
Apache
IIS
JavaScript
JSP
PHP
Database
MS-SQL
MySQL
Oracle
Device Driver & H/W
Debugging
General WDM
PC Side Application
USB
Languages
C / ANSI C
C++
Mobiles
BADA
Special Knowhow
cpueblo
닭크어벤져
CodeSarang.Com
>
Windows Application
>
Visual C++
>
Shell & IE Programming
>
Shell
ShellExecute 를 이용한 URL 새창 이나 현재창에 띄우기
등록자 : cpueblo (유광희), 2008-10-30
글수정
|
글삭제
현재창에 띄우기
shellapi.h 와 shell32.lib 를 링크하셔야 합니다.
ShellExecute(NULL, "open", "http://codesarang.com", NULL, NULL, SW_SHOWNORMAL );
새창으로 띄우기
ShellExecute(NULL, "open","iexplore", "http://codesarang.com", NULL, SW_SHOW);
글수정
|
글삭제
http://codesarang.com
. mail to cpueblo
cpueblo.com