Reputation: 1110
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
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