如何开IE窗口?

 所属目录:Java   |   类型:技术问答   |   时间:2007-05-21
 问题:

我的程序如下:  
   
  cstring   url;  
  url="http://www.263.net/index.html";  
  openie(url);  
   
  我就是想知道,如何用最简单的方法编写openie()函数,能打开一个ie或者系统内默认的浏览器。

· 网友精彩回答:

发表者:bohut

shellexecute

发表者:kingzai

shellexecute(null,null,"iexplore.exe",   "www.csdn.net",     null,   sw_shownormal);

发表者:koko1998

shellexecute(handle,   "explore",   path_to_folder,   null,   null,   sw_shownormal);  
   
 

发表者:oyljerry

shellexecute等调用ie来打开

发表者:airhand

shellexecute

.
处理 SSI 文件时出错
© 2006-2008 All Rights Reserved