Access Combobox value (IToolControl) from Tool in Vb.Net

755
2
06-29-2010 08:56 AM
CharlieHarper
New Contributor
I am writing a basic toolbar in VB.Net which consists of a tool and a combobox . I have written a class for the combobox implementing IToolControl and retrieving the hwnd of a combobox from a user form. For the tool, I have written a second class which inherits BaseTool. In the mouse_down event of the tool I would like to access the value of the combobox. How can this be done?
0 Kudos
2 Replies
CharlieHarper
New Contributor
Thanks! Works wonderfully!
0 Kudos