Displaying Grips With A SelectionSet

Displaying Grips With A SelectionSet

Anonymous
Not applicable
300 Views
2 Replies
Message 1 of 3

Displaying Grips With A SelectionSet

Anonymous
Not applicable
I am using VB6 and have a selectionset with some entities in it. Is there a
way in VB6 to display the grips of the entities not using
AutoLisp/VisualLisp.
0 Likes
301 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
You can't use VB alone to do it. If you have
already ruled out third-party non-VB solutions,
then you're SOL.

The easiest way to do it is using AcadX.arx,
using the ActiveSelectionSet property of the
AcadXDrawingEditor class.

www.caddzone.com/acadx/acadx15.htm

"dlutzow" wrote in message
news:[email protected]...
> I am using VB6 and have a selectionset with some entities in it. Is there
a
> way in VB6 to display the grips of the entities not using
> AutoLisp/VisualLisp.
>
>
0 Likes
Message 3 of 3

Anonymous
Not applicable
Have you found out any answer to this question -- I am also having a problem with it and I do not really like to use other tools except Lisp/Vlisp VB/VBA

Matt
0 Likes