iCAx开思网

标题: .NET中如何直接运行菜单命令 [打印本页]

作者: jz_cad    时间: 2009-5-20 16:38
标题: .NET中如何直接运行菜单命令
2次开发中有些功能没有函数,所以我想直接运行菜单命令,然后再用模拟鼠标键盘点击输入,但是怎么样才能在.NET中运行菜单中的命令,例如我要运行"文件-属性"(就是打开属性界面),.NET好像又不自己宏输入,请教各位有什么好的办法没有,先谢了
作者: cam-yp    时间: 2009-5-20 17:18
.NET 也有SendMessage吧?
作者: jz_cad    时间: 2009-5-20 18:52
cam-yp 发表于 2009-5-20 17:18
.NET 也有SendMessage吧?


这个也有,但是菜单句柄和ID搞半天也找不到,所以想问下NXAPI里是否有其他方便的方法
作者: cam-yp    时间: 2009-5-22 17:28
UF_MB_ask_button_id

Gets the button's ID.



See Also








extern int UF_MB_ask_button_id (
char * button_name,
int * button_id );

char *  button_name Input Name of the button
int *  button_id Output Button Identification

Environment
Internal
作者: jz_cad    时间: 2009-5-22 20:53
谢谢楼上的,我回去试试
作者: jz_cad    时间: 2009-5-22 21:12
cam-yp 发表于 2009-5-22 17:28
UF_MB_ask_button_id

Gets the button's ID.



See Also








extern int UF_MB_ask_button_id (
char * button_name,
int * button_id );

char *  button_name Input Name of the button ...



先谢了,不过我试了,无论我怎么样,都提示说按钮不存在.
我就是想运行一个命令,  "文件->属性"   ,只要能打开这个属性对话框就新,不知道有什么其他方法
作者: jz_cad    时间: 2009-5-24 13:55
cam-yp 发表于 2009-5-22 17:28
UF_MB_ask_button_id

Gets the button's ID.



See Also








extern int UF_MB_ask_button_id (
char * button_name,
int * button_id );

char *  button_name Input Name of the button ...


谢谢,上次我把第一个参数搞错了,这个是可以查到菜单ID的,谢谢斑竹




欢迎光临 iCAx开思网 (https://www.icax.org/) Powered by Discuz! X3.3