发布于 2008-05-14 20:15:09
0楼
问题已经解决。
可用VC调用外部IE应用程序
语句如下:
ProgramExecute("C:\\Program Files\\Internet Explorer\\iexplore.exe ");
也可在打开IE的同时打开一网址,例如:
ProgramExecute("C:\\Program Files\\Internet Explorer\\iexplore.exe www.ad.siemens.com.cn");
注意:多用户项目不可用。
Lois