2011. 10. 24.

creating new internet explorer window by shell exec

If you want to create a new I.E window  not tab-window in program code.


In program code, 


ShellExecute(NULL, NULL, URL, NULL, SW_SHOW); //--> new tab  will be created.
ShellExecute(NULL,"open","iexplore",URL,NULL,SW_SHOW); // --> new window will be created.


// test in  I.E.  8.0.xxxx




ref : http://msdn.microsoft.com/en-us/library/windows/desktop/bb762153(v=vs.85).aspx

댓글 없음:

댓글 쓰기