摘要:
在事件响应函数OnEnd中添加如下代码段:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->functionOnEnd()stringszDLL,szReg,szCmd;beginszReg=WINSYSDIR^"regsvr32.exe";szDLL=TARGETDIR^"MYDLL.dll";//如果是MSI工程,可以用INSTALLDIR代替TARGETDIRszCmd="/s\" 阅读全文
摘要:
代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//===========================================================================////FileName:MyCustomDialog.rul////Description:CustomDialogTemplate////Comments:WrittenbyKevinWan.WrittenAugust2010.// 阅读全文