Message 1 of 5
How to use SendCommand in R14 without AcadX
Not applicable
07-12-2000
05:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I work in R14 and I need to execute a command with SendCommand in VB.
When I am linking to Acad I write the command
' This isn't a copy of my code but is basicaly what I'm doing.
Set objAcad = GetObject(, "AutoCAD.Application")
Set objDocum = objAcad.ActiveDocument
objDocum.SendCommand "COPY" & vbcr
VB don't recognize the method SendCommand, how can I execute a command?
When I am linking to Acad I write the command
' This isn't a copy of my code but is basicaly what I'm doing.
Set objAcad = GetObject(, "AutoCAD.Application")
Set objDocum = objAcad.ActiveDocument
objDocum.SendCommand "COPY" & vbcr
VB don't recognize the method SendCommand, how can I execute a command?