- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello. This seems simple, but none of my attempts have been behaving well.
I've tried these ways and none of them have the correct result.
Autodesk.AutoCAD.ApplicationServices.Application.DisplayTextScreen = true;
//Nothing happens...
Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.SendStringToExecute("(TEXTSCR) ", true, false, false);
//Nothing happens...
Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.Editor.Command("TEXTSCR");
//Displays undocked text window the first time, nothing in the second time, and display again in the third time.
I would like to display the text window exactly as the AutoLisp (textscr) function behaves, as below.
Thank you..
Solved! Go to Solution.