Jump to content

working with forms


giskumar

Recommended Posts

Hi all,

 

I have an user form which contains a list box with list of handles in side the drawing. When i double click the list box item, it zooms to the entity location. Here i want to do some modification to that entity and continuing with the next list handle.

Only the problem is my form is not allowing me to edit the drawing entity with out closing it. Can any one help me how to achieve this using autocad vba.

 

 

Thanks,

KUMAR.

Link to comment
Share on other sites

from autocad help:

UserForms—or forms, as they are called in this guide—can be modal or modeless. The ShowModal property of a form determines whether it is modal or modeless. Modal forms displayed in your running application must be closed before users can perform any other action in the application.

 

your form needs to be modeless

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...