Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add Utility Toolbar To VS
Message
General information
Forum:
ASP.NET
Category:
Visual Studio
Miscellaneous
Thread ID:
01488116
Message ID:
01500405
Views:
41
Why would a toolbar be found in the toolbox?


>If you used it in a project (and it has a valid namespace), it should get added to the toolbox automatically after a build if you set:
>
>Tools > Options > Windows Forms Designer > General : AutoToolboxPopulate to true
>
>If you right click on the toolbox and select "show all" does it show up then?
>
>If that doesn't work, try:
>
>Build your project that contains your custom controls to make sure it compiles and then right click on the toolbox and select "choose items." From there browse to the dll you just compiled that has your toolbar in it and select it.
>
>
>
>>TC,
>>
>>Revisiting this finally.
>>
>>I looked at the IDE site you provided, and it went right over my head. MS articels often leave you feeling like you jumped into the middle of a conversation.
>>
>>I did some more Googling and found this: http://ptgmedia.pearsoncmg.com/images/9780672331008/downloads/0672331004_ch57.pdf
>>
>>I followed the example to create the tool window on page 1199 and installed it. It shows up in the VS Extensibility Manager, but no where else. The toolbar doesn't show up when I RC in the toolbar area.
>>
>>Any thoughts?
>>
>>
>>
>>>>I want to add my own custom toolbar to VS2010 with a combobox and some buttons on it. Can someone point me in the right direction?
>>>>
>>>>Thanks
>>>
>>>Do you mean in the ide or do you mean adding your custom control to the toolbox?
>>>
>>>For the IDE, once you create the vsct file, look at the VisibilityConstraints and the VisibilityItem elements
>>>http://msdn.microsoft.com/en-us/library/ee909551.aspx
>>>
>>>Or for a custom window control in IDE:
>>>http://msdn.microsoft.com/en-us/library/dwtd01y4.aspx
>>>
>>>If not the IDE and you mean add your own control to the toolbox:
>>>http://msdn.microsoft.com/en-us/library/6xs853ft.aspx
>>>
>>>.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Reply
Map
View

Click here to load this message in the networking platform