|
|
|
|
|
具体请见:
http://expert.csdn.net/Expert/FAQ/FAQ_Index.asp?id=691 http://search.csdn.net/expert/topic/55/5501/2002/4/28/684617.htm |
|
|
用ShellExecute
|
|
|
我用这个函数时,.exe程序没问题,(注意为"\\")但为什么打不开网页,
代码如下: { AnsiString website="http://www.163.com"; ShellExecute( Handle, NULL, website.c_str(), NULL, NULL, 0); } ???? |
|
|
ShellExecute(NULL,"open",strFileName.c_str(),"","",SW_SHOWDEFAULT);
|
|
|
这些最基本的FAQ里都有的!
|
|
|
ShellExecute
WinExec CreateProcess |
|
|
To:huangjuliang(学习,学习,再学习!)
人家散散分嘛,何必这么认真呢? |
|
|
同意ing...
|
|