Author Topic: Updating the screen for the AcCoreConsole window  (Read 1355 times)

0 Members and 1 Guest are viewing this topic.

Andrey Bushman

  • Swamp Rat
  • Posts: 864
Updating the screen for the AcCoreConsole window
« on: April 22, 2014, 07:04:00 AM »
My WCF service hosted in the AutoCAD. It send all gotten (from the external applications) strings into AutoCAD console. It works fine in acad.exe and acadcoreconsole.exe. But I have a small problem in the accoreconsole.exe window: the console window refreshes itself when I press the ENTER key only. I try to update screen:
Code - C#: [Select]
  1. Autodesk.AutoCAD.ApplicationServices.Core.Application.UpdateScreen();
But it is not work. How can I update the accoreconsole window screen?
« Last Edit: April 22, 2014, 07:11:36 AM by Andrey Bushman »