明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1893|回复: 3

Vlisp交互VB窗体---按纽取值

[复制链接]
发表于 2012-3-28 09:49:13 | 显示全部楼层 |阅读模式
本帖最后由 jfxia 于 2012-3-28 09:51 编辑

        (defun c:tt1()
(vl-load-com)
(setq ACAD (Vlax-Get-Acad-Object))
(setq Doc (Vlax-Get (Vlax-Get ACAD 'ActiveDocument) 'ModelSpace))
(if (not (setq LayerMana (Vlax-Create-Object "LayerM1.LayerMClass1" )));这里是工程名.类名
  (startapp "regsvr32 C:\\LayerM.dll /s");注册DLL 这里改成你制作的DLL路径
)
(setq LayerMana (Vlax-Create-Object "LayerM1.LayerMClass1" ))
(setq LayerMfrm (Vlax-Invoke-Method LayerMana 'ShowWnd (Vlax-Get ACAD 'HWND )))
        (setq key (vlax-get LayerMfrm  'Allon_press))

;(Vlax-Put-Property (vlax-get frm 'Text1) 'Text "20");赋值
;(while (setq pt (getpoint))
; (Vlax-Invoke Doc 'AddCircle pt (vlax-get-property (vlax-get frm 'Text1) 'Text));取值
;)
;(while (setq get (car (entsel)))
; (Vlax-Put-Property (vlax-get frm 'Text2) 'Text (cdr (assoc 0 (entget get))))
;)
(princ)
)





以上为Nosmall  版大的名句, 是取得VB窗体中文本的值.

        我想问: 如果以下语句改为取得按纽的key值怎样操作??

                   (vlax-get-property (vlax-get frm 'Text1) 'Text));取值

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

x
 楼主| 发表于 2012-3-28 11:56:58 | 显示全部楼层
   Nosmall 版大,现现身吧

  请指教
 楼主| 发表于 2012-4-4 13:31:48 | 显示全部楼层
   哪位版主大侠有空指导下
发表于 2012-4-4 15:22:25 | 显示全部楼层
   帮楼主顶一下
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 18:55 , Processed in 0.171874 second(s), 26 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表