明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1522|回复: 3

[求助]帮帮我在新手!

[复制链接]
发表于 2003-8-16 19:50:00 | 显示全部楼层 |阅读模式
Sub Example_SelectOnScreen()
    ' This example adds entities to a selection set by prompting the user
    ' to select entities to add.
   
    ' Create the selection set
    Dim ssetObj As AcadSelectionSet
    Set ssetObj = ThisDrawing.SelectionSets.Add("TEST_SSET1")
   
    ' Add entities to a selection set by prompting user to select on the screen
    ssetObj.SelectOnScreen
   
End Sub
上面的程序为什么在窗体中的按钮中调用老报错
Private Sub CommandButton1_Click()
Example_SelectOnScreen
End Sub

发表于 2003-8-16 21:27:00 | 显示全部楼层
本帖最后由 作者 于 2003-8-17 23:46:58 编辑

注意选择对象前应该先隐藏对话框。
Me.Hide
[WEB]http://www.mjtd.com/a2/list.asp?id=484[/WEB]
发表于 2003-8-17 12:01:00 | 显示全部楼层
是不是比所建立的选择集已经存在了啊?
你可以加出错处理看看啊
发表于 2003-8-17 19:59:00 | 显示全部楼层
应该不会轮到第二种错误,根本不能选择。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-28 14:53 , Processed in 0.169757 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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