I am doing some kind of research on VS Shell 2010 and trying to explore the services provided by Shell.I am able to add a custom toolbar into Shell through VS Package and added a combobox into that custom toolbar. Now I am trying to fill that combobox reading values from xml file. I also have a button after combobox which will give the element being selected in the combobox (after clicking on button).How do I get reference to this combobox from my VS PACKAGE? Or is there any other way to achieve this.
Technology