明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1809|回复: 3

[求助]这个userform1窗口如何关掉

[复制链接]
发表于 2005-4-10 22:08:00 | 显示全部楼层 |阅读模式
看下面这段: Private Sub CommandButton1_Click()
' This example creates a text object in model space.
' It then returns the text string for that object.

Dim dimobj As AcadDimension
Dim text As String


UserForm1.Showmodal = False


' Define the text object
ThisDrawing.Utility.GetEntity dimobj, basePnt, "Select an object"

'修改尺寸文字

text = dimobj.Measurement
UserForm1.Showmodal = True


'Print text
TextBox1.text = text

End Sub Private Sub CommandButton2_Click()
End End Sub
程序中 UserForm1.Showmodal = False错误,我的意思是当点CommandButton1时,进行选择标注尺寸,当尺寸选取后UserForm1.Showmodal =True,即窗口重新显示,不知道应该如何写?
发表于 2005-4-10 22:27:00 | 显示全部楼层
UserForm1.Show是显示
UserForm1.Hide是隐藏
 楼主| 发表于 2005-4-11 08:23:00 | 显示全部楼层
多谢mccad,这两句我自己也试出来了,但这个程序还是不能正常运行,我选择一个标注尺寸后,TextBox1.text 没的反应,还是空白的。指再指点一下,谢谢!
 楼主| 发表于 2005-4-11 11:09:00 | 显示全部楼层
问题已解决了!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-27 18:42 , Processed in 0.178936 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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