change the mousepointer

change the mousepointer

Anonymous
Not applicable
207 Views
1 Reply
Message 1 of 2

change the mousepointer

Anonymous
Not applicable
Hallo,
I have a AutoCAD2000-VBA-program but not with a userform.
I must the mousepointer change (fmMousePointerHourglass).
Which object I mist take for the method?

Thanks.
Hartmut Callies
0 Likes
208 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
If your using a form you can use:

formname.mousepointer=11

If your trying to change the crosshairs in acad to an hour glass, that's
a whole new issue. Acad uses a mouseover event or something to that
effect to change to a crosshair when your over the drawing area. You
would be fighting acad and it has control. Meaning that you can't do it
from vba, you would have to see what's available in arx.
-Josh

Hartmut Callies wrote:

> Hallo,
> I have a AutoCAD2000-VBA-program but not with a userform.
> I must the mousepointer change (fmMousePointerHourglass).
> Which object I mist take for the method?
>
> Thanks.
> Hartmut Callies
>
>
>
0 Likes