Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm in the middle of developing an application that reads the projectname variable in a drawing and checks the value from the items within a combobox.
This works fine when I start the appliction but If I open a new drawing from within the same session of AutoCAD I cant figure out how to get the item to automatically change.
string currProject = GlobalVariables.currProject; comboBox1.SelectedIndex = comboBox1.FindStringExact(currProject);
I understand that I need a new method but I dont want to use a button click or other user interaction how do I have the value of the combobox update when the user opens a new drawing or starts a new drawing from the same session of AutoCAD?
Thanks
Graham
Solved! Go to Solution.