如何隐藏激活的对话框
本帖最后由 YAOSHIWEI 于 2014-1-12 19:49 编辑(command "shell" "D:\\QQ\\QQProtect\\Bin\\QQProtect.exe")是用来在CAD中打开QQ程序的,但是有时候输入程序,会在界面上显示黑色对话框,因此我加了,vbHide,是用来关闭黑色的对话框的,但是还是不行
(command "shell" "D:\\QQ\\QQProtect\\Bin\\QQProtect.exe,vbHide"),会显示对话框,我加入/,vbHide可是 究竟怎么弄呢
(command "shell" "D:\\QQ\\QQProtect\\Bin\\QQProtect.exe" "/,vbHide")对话框会自动关闭为何显示未知命令
(command "shell" "D:\\QQ\\QQProtect\\Bin\\QQProtect.exe" ",vbHide")有对话框未知命令,vbHide
没有一个有用的,都有时显示黑色的对话框
或者有什么好的方法,可以用来关闭对话框
求各位不吝赐教 为什么不使用函数startapp试试? (startapp "D:\\QQ\\QQProtect\\Bin\\QQProtect.exe")没有问题,问题是上面的问题如何解决 求大家指教 ll_j 发表于 2014-1-12 11:05 static/image/common/back.gif
为什么不使用函数startapp试试?
(startapp "D:\\QQ\\QQProtect\\Bin\\QQProtect.exe")没有问题,问题是上面的问题如何解决 (command "shell" "start calc") edata 发表于 2014-1-12 15:30 static/image/common/back.gif
(command "shell" "start calc")
(startapp "CALC.exe" "");是这个意思吗,如何关闭黑色的对话框 edata 发表于 2014-1-12 15:30 static/image/common/back.gif
(command "shell" "start calc")
谢了,这也是一种方法(command "shell" "start D:\\QQ\\QQProtect\\Bin\\QQProtect.exe") start是DOS命令用来启动启动执行程序,shell是CAD调用dos的外壳和cmd命令差不多。
我在06上用(command "shell" "start calc")会自动关闭shell界面。
startapp是vl函数。 edata 发表于 2014-1-12 15:30 static/image/common/back.gif
(command "shell" "start calc")
,vbHide不是用来关闭对话框的吗,为什么我的没有用
页:
[1]
2