cursor position in AutoCAD by VB6

cursor position in AutoCAD by VB6

Anonymous
Not applicable
593 Views
5 Replies
Message 1 of 6

cursor position in AutoCAD by VB6

Anonymous
Not applicable
Hi All,
I am trying to find out a way to locate cursor position in AutoCAD through
VB6. I can get easily the pixel coordinate from screen through VB6 WIN32
API. But is there any way to convert the pixel coordinate to AutoCAD
coordinate by VB? I know that it is possible by SharpLISP, but I do not know
SharpLISP, so am trying to do it by VB6. Can anybody help me?
Soumen
0 Likes
594 Views
5 Replies
Replies (5)
Message 2 of 6

Anonymous
Not applicable
For AutoCAD 2002 and earlier (and soon 2004), you can
use the AcadX ActiveX Extension Library to get the cursor
position, and also be notified whenever it moves.

See the InputManager, DynamicGraphics, and DrawingEditor
classes.

http://www.caddzone.com/acadx

--
AcadXTabs: Document Tabs for AutoCAD
http://www.acadxtabs.com


"Soumen Roy" wrote in message news:F50115A8AA359CB2C6897F3A2B479436@in.WebX.maYIadrTaRb...
> Hi All,
> I am trying to find out a way to locate cursor position in AutoCAD through
> VB6. I can get easily the pixel coordinate from screen through VB6 WIN32
> API. But is there any way to convert the pixel coordinate to AutoCAD
> coordinate by VB? I know that it is possible by SharpLISP, but I do not know
> SharpLISP, so am trying to do it by VB6. Can anybody help me?
> Soumen
>
>
0 Likes
Message 3 of 6

Anonymous
Not applicable
Sorry Tony,
The link does not work in my PC. I have sarched AcadX site thoroughly, but
somehow did not get the solution. Can you help me regarding this problem?
Thanking you,
Soumen
Tony Tanzillo wrote in message
news:25FE7E7B5B06BB5808020BE2886DA6FC@in.WebX.maYIadrTaRb...
> For AutoCAD 2002 and earlier (and soon 2004), you can
> use the AcadX ActiveX Extension Library to get the cursor
> position, and also be notified whenever it moves.
>
> See the InputManager, DynamicGraphics, and DrawingEditor
> classes.
>
> http://www.caddzone.com/acadx
>
> --
> AcadXTabs: Document Tabs for AutoCAD
> http://www.acadxtabs.com
>
>
> "Soumen Roy" wrote in message
news:F50115A8AA359CB2C6897F3A2B479436@in.WebX.maYIadrTaRb...
> > Hi All,
> > I am trying to find out a way to locate cursor position in AutoCAD
through
> > VB6. I can get easily the pixel coordinate from screen through VB6 WIN32
> > API. But is there any way to convert the pixel coordinate to AutoCAD
> > coordinate by VB? I know that it is possible by SharpLISP, but I do not
know
> > SharpLISP, so am trying to do it by VB6. Can anybody help me?
> > Soumen
> >
> >
>
>
0 Likes
Message 4 of 6

Anonymous
Not applicable
Can't tell you why but the link works here and I've
not heard any other complaints about it.

--
AcadXTabs: Document Tabs for AutoCAD
http://www.acadxtabs.com


"Soumen Roy" wrote in message news:33573454291304DEE237462C63B34359@in.WebX.maYIadrTaRb...
> Sorry Tony,
> The link does not work in my PC. I have sarched AcadX site thoroughly, but
> somehow did not get the solution. Can you help me regarding this problem?
> Thanking you,
> Soumen
> Tony Tanzillo wrote in message
> news:25FE7E7B5B06BB5808020BE2886DA6FC@in.WebX.maYIadrTaRb...
> > For AutoCAD 2002 and earlier (and soon 2004), you can
> > use the AcadX ActiveX Extension Library to get the cursor
> > position, and also be notified whenever it moves.
> >
> > See the InputManager, DynamicGraphics, and DrawingEditor
> > classes.
> >
> > http://www.caddzone.com/acadx
> >
> > --
> > AcadXTabs: Document Tabs for AutoCAD
> > http://www.acadxtabs.com
> >
> >
> > "Soumen Roy" wrote in message
> news:F50115A8AA359CB2C6897F3A2B479436@in.WebX.maYIadrTaRb...
> > > Hi All,
> > > I am trying to find out a way to locate cursor position in AutoCAD
> through
> > > VB6. I can get easily the pixel coordinate from screen through VB6 WIN32
> > > API. But is there any way to convert the pixel coordinate to AutoCAD
> > > coordinate by VB? I know that it is possible by SharpLISP, but I do not
> know
> > > SharpLISP, so am trying to do it by VB6. Can anybody help me?
> > > Soumen
> > >
> > >
> >
> >
>
>
0 Likes
Message 5 of 6

Anonymous
Not applicable
Which site did you use? Tony is not at www.acadx.com but at
www.caddzone.com.
--
___________________________
Mike Tuersley
AutoCAD Clinic
Rand IMAGINiT Technologies
0 Likes
Message 6 of 6

Anonymous
Not applicable
Sorry Tony,
I am a programmer from India (Kolkata), using IE 5. In india I am getting
53.33 kbps connection constantly at home. Your link do not open at my place.
I tried in some cyber cafe` also and in vain. May be for low speed
connection or IE version??? I don't know, but thank you very much for your
concern. Hope one day I can find my solution.

Thanking you again,
Soumen

Tony Tanzillo wrote in message
news:0A852AAAAA0C85B3908A410A9C2BB188@in.WebX.maYIadrTaRb...
> Can't tell you why but the link works here and I've
> not heard any other complaints about it.
>
> --
> AcadXTabs: Document Tabs for AutoCAD
> http://www.acadxtabs.com
>
>
> "Soumen Roy" wrote in message
news:33573454291304DEE237462C63B34359@in.WebX.maYIadrTaRb...
> > Sorry Tony,
> > The link does not work in my PC. I have sarched AcadX site thoroughly,
but
> > somehow did not get the solution. Can you help me regarding this
problem?
> > Thanking you,
> > Soumen
> > Tony Tanzillo wrote in message
> > news:25FE7E7B5B06BB5808020BE2886DA6FC@in.WebX.maYIadrTaRb...
> > > For AutoCAD 2002 and earlier (and soon 2004), you can
> > > use the AcadX ActiveX Extension Library to get the cursor
> > > position, and also be notified whenever it moves.
> > >
> > > See the InputManager, DynamicGraphics, and DrawingEditor
> > > classes.
> > >
> > > http://www.caddzone.com/acadx
> > >
> > > --
> > > AcadXTabs: Document Tabs for AutoCAD
> > > http://www.acadxtabs.com
> > >
> > >
> > > "Soumen Roy" wrote in message
> > news:F50115A8AA359CB2C6897F3A2B479436@in.WebX.maYIadrTaRb...
> > > > Hi All,
> > > > I am trying to find out a way to locate cursor position in AutoCAD
> > through
> > > > VB6. I can get easily the pixel coordinate from screen through VB6
WIN32
> > > > API. But is there any way to convert the pixel coordinate to AutoCAD
> > > > coordinate by VB? I know that it is possible by SharpLISP, but I do
not
> > know
> > > > SharpLISP, so am trying to do it by VB6. Can anybody help me?
> > > > Soumen
> > > >
> > > >
> > >
> > >
> >
> >
>
>
0 Likes