Quantcast
Channel: Visual studio .net extension toolbar combo items - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Visual studio .net extension toolbar combo items

$
0
0

I'm trying to fill the combo box, which is on a toolbar in the vsct file. How do I specify the items in the combo? It compiles fine, but no items show up when debugging.

<Combos><Combo guid="guidIDEToolbarCmdSet" id="cmdEnv" priority="0x0100" type="DropDownCombo" defaultWidth="130" idCommandList="comboItems"><Parent guid="guidIDEToolbarCmdSet" id="ToolbarGroup"/><CommandFlag>IconAndText</CommandFlag><CommandFlag>CommandWellOnly</CommandFlag><Strings><ButtonText>Environment:</ButtonText><CommandName>Dev</CommandName>         <CommandName>UserTest</CommandName><CommandName>LiveTest</CommandName><CommandName>LiveDebug</CommandName>        </Strings></Combo></Combos>


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images