Rahul
Rahul

Reputation: 1110

How to control Dialog Box in Autocad from c#?

I am running a command in Autocad2012 using Autocad API through C#. After running the command It's showing me a Dialog Box and I want to control that Dialog Box through C# also but unable to do it. Its a simple create file Dialog Box. Any help will be highly appreciated.

Upvotes: 1

Views: 825

Answers (1)

svenv
svenv

Reputation: 323

Have a look at input simulator: http://inputsimulator.codeplex.com/ You can use it to simulate key presses (and other things)

Upvotes: 2

Related Questions