摘要:
我们经常能看到360安全卫士进行windows系统升级时,执行windows升级程序,当升级程序执行完成后,360马上弹出提示框。这样的程序是如何做到的呢?下述代码就能完成!uses shellAPI;procedure TForm1.Button1Click(Sender: TObject);varSEInfo: TShellExecuteInfo;ExitCode: DWORD;Execute... 阅读全文
posted @ 2009-12-14 11:00
novel
阅读(388)
评论(0)
推荐(0)