首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > .NET >

ShellExecute 有关问题

2012-06-03 
ShellExecute 问题ShellExecute(Application.Handle,open,pchar(c:\xt\xt.chm),nil,nil,sw_show)这样

ShellExecute 问题
ShellExecute(Application.Handle,'open',pchar('c:\xt\xt.chm'),nil,nil,sw_show);
这样显示了一个文档,这个文档在程序之外显示,如果显示到指定的form上?


[解决办法]
把帮助文件做成txt,然后Memo Load即可。
chm嵌入到exe好像没有做过

热点排行