Message 1 of 4

Not applicable
09-11-2016
10:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to get the handle of AutoCAD’s Test Command Line window.
I found objectARX API acedGetAcadTextCmdLine. This API can return the pointer of that window. In order to use acedGetAcadTextCmdLine function, my project must depend on MFC libray, this is what i donot want.
How can I get the handle of AutoCAD’s Test Command Line window handle without using MFC, is there any other objectARX API can do this?
Solved! Go to Solution.