I need to write a command on the command line on Autocad 2000i and I want autocad to prompt for a parameter. Then my vb.net program will act based on the recieved parameter.
Basically I guess my solution is all here: http://through-the-interface.typepad.com/through_the_interface/2006/09/passing_argumen.html
Problem is, I cant find the reference to the Autodesk.AutoCAD.EditorInput namespace being used in there.
What am I missing here? Did EditorInput not exist in Autocad 2000i yet?
Thanks a lot for your answer.
I have a vb.net project which adds a toolbar to autocad. I want to let the user change the selected value of a combo in my toolbar, by writing a commnad and a parameter.
How can I use your method in my project? Do I put the dvb file in my project? Can the vba file be integrated in my vb.net project?
Thanks a lot in advance.