摘要: 解决 DELPHI 中执行外部命令出现屏幕一闪的问题的方法 有的时候我们在DELPHI中使用ShellExecuteEx(exInfo: TShellExecuteInfo)函数执行一些外部命令,但会出现,屏幕一闪的问题,解决方法如下: 设置 exinfo.nShow := SW_HIDE; //隐 阅读全文
posted @ 2024-01-13 21:14 月如无恨月长圆 阅读(204) 评论(0) 推荐(0)