Autodesk: Discussion Groups - SendStringToExecute during ...
Read and respond to posts about SendStringToExecute during DocumentActivated... SendStringToExecute mostly (blah) returns eNoDocument since command ...
microsoft.public.vc.mfc: sendStringToExecute() : execution order ?
i have ARX in an MDI application with several child s, ... I want to execute a command for every child, ... instead of executing every command immediately. ...
ARX (weslleywang)
?????????????,????????????????????????,??sendStringToExecute() , ?VB.NET?????: public void SendStringToExecute( String command, Boolean activate, Boolean ...
Autodesk: Discussion Groups - use acDocManager-> ...
Read and respond to posts about use acDocManager->sendStringToExecute() to call 'SAVEIMG' without open a dialog in the Autodesk ARX discussion forum.
Through the Interface: It's all in the context: adding a ...
To follow on from the last post, we're now going to take a look at adding custom menu items to the default context ... via SendStringToExecute(), of course. ...
Through the Interface: Creating a partial CUI file using .NET ...
I started to address this topic during this previous post, but ... Application.SetSystemVariable("CMDECHO", 0); doc.SendStringToExecute( "(command \"_.CUILOAD ...
microsoft.public.vc.mfc: Using CFileDialog
Next message: Wolf: "Re: sendStringToExecute() : execution order ?" Previous message: David: "How to trap copying(reading or writing) event via network share ? ...
Cup o' CAD.NET
4: // SendStringToExecute has asynchronous behaviour, so we cannot inspect the result of the ... MdiActiveDocument.SendStringToExecute("MYPOLY ", true, ...
Mark Johnston's Profile | TypePad
Hi Kean, Thanks very much, this is of great interest to me. ... to use .NET's Document.SendStringToExecute(). I am curious about your decision. ...
ARX & Dummies: Class 9 - Interacting with AutoCAD
acDocManager->sendStringToExecute(acDocManager->mdiActiveDocument ... I tried out by replacing second call to acedCommands with sendStringToExecute and it works. ...