Questions tagged [toolbox]

The Toolbox displays icons for controls and other items that you can add to Visual Studio projects.

360 questions
0
votes
3 answers

Visual studio 2005 toolbox icons messed up

My studio toolbox icons are all messed up. Is there a way to fix them?
Kevin
  • 3,574
  • 10
  • 38
  • 43
0
votes
0 answers

Assembly reference for Kinect Toolbox in Visual Studio

I have downloaded the KinectToolbox from the codeplex website and added Kinect.Toolbox.dll into the reference in my project, but when I put "using Kinect.Toolbox" I get the error "The type or namespace "Toolbox" does not exist in the namespace…
user2159166
  • 101
  • 1
  • 3
  • 11
0
votes
1 answer

Add custom toolbox extension to VS2012

I would like to create an Visualstudio 2012 extension which can be used into a toolbox. To did the following: - I downmloaded VS2012 sk, - I did two test with VSIXProject template and "WPF Toolbox Controls" I guest the lastone is the most…
0
votes
2 answers

Paint with brush on existing image

I have embedded the code below in a project in which a want to paint with a brush OVER a picture. The problem is that if a write this code for a main panel , everything goes fine, but as I want to use it for an existing image, I can not see the…
0
votes
1 answer

What is this tool called in the toolbox of visual studio?

I'm talking about the White boxes with red colored border that you store labels and textboxes. I have found a similar tool I think, it's called the TableLayoutPanel. But I can't insert more than 1 stuff in each column (or boxes).
user3195396
  • 254
  • 2
  • 7
  • 21
0
votes
2 answers

building 3rd party toolbox MATLAB ( ComplexNetworksPackage.1.6.Mac64.zip )

I downloaded the toolbox from http://www.levmuchnik.net/Content/Networks/ComplexNetworksPackage.html the latest version 64 bit for Mac computer. The instructions on the site report: Build the x32 or the 64-bit version depending on the version of…
0
votes
2 answers

How to get started with Infragistics web controls using MVC

I have an existing web project in Visual Studio 2012 and it is MVC4. I have Infragistics installed (all components) on the machine. Now what I want to achieve is to be able to use the web drop down control via a HTML helper. After some reading on…
Shumii
  • 4,529
  • 5
  • 32
  • 41
0
votes
0 answers

Toolbox Xamarin Studio and monoDevelop on mac

So in my class, which part design and part programming, we are now heading to the subject of C# and asp.net programming. The professor is using Visual Studio 2010. I'm on a macbook pro, and hoped that I didn't have to use Bootcamp to install Visual…
Legarndary
  • 957
  • 2
  • 16
  • 37
0
votes
0 answers

Visual Studio Toolbox - close toolbox shortcut

I wonder if there is a way of confirming selection of a tool from MS VS Toolbox / close toolbox. The opposite of: ctrl + w .. ctrl + x and ctrl + alt + x What I find really annoying is when I have to add an association between two entities in model…
Michael Brennt
  • 731
  • 9
  • 20
0
votes
0 answers

Hide the activity from the toolbox

Is there any way that can hide the activity i created from appearing in the Visual Studio toolbox. I know the attribute"ToolbosItem(false)" that hide the custom control appearing in the toolbox, and i tried that is not working for the WF4. Beside…
0
votes
2 answers

Creating a very simple toolbox with jquery. How to insert text from title attr

I'm about to create a very simple tooltip solution for my website based on jquery. Im using the following script: jQuery(document).ready(function($){ $("a.tooltip").hover(function () { $('
Philip
  • 3
  • 1
0
votes
2 answers

Add toolbar on datagridview in VB.Net

I created a custom control that inherits a datagridview and add some custom properties. I just add a toolbar control docked on top of it so it can have functionalities like add row, delete row etc. but it displays like this image below: as you can…
illumi
  • 458
  • 1
  • 14
  • 32
0
votes
3 answers

c# path to icon in ressources

does anybody know how i can change external icon-paths into embedded resource icons? Example: i want to change the icon of my ToolBoxItem. I have only the possibility to set the path to the icon. Setting the picture directly does not work: new…
elCapitano
  • 121
  • 1
  • 9
0
votes
5 answers

What one needs to know as a web developer?

List so far ... xHTML, CSS, XML, XSLT. JavaScript, Ajax, JSON, jQuery. A Server Side programming – C#, Asp .Net, MVC, Java, PHP, Ruby. Silverlight, Flex, RIA tools. Web server - Apache or IIS Usability, Security, Accessibility standards,…
The1
  • 1
0
votes
1 answer

Registry entry for Visual Studio 2010 Toolbox please ( undoing the slow load fix )

Visual Studio was taking "forever" (over 60 seconds) to open, so I followed advice here to edit the registry: Constantly getting "Loading toolbox content from package" in Visual Studio AND IT TAKES FOREVER! I found the node in a different location…
Tim
  • 8,669
  • 31
  • 105
  • 183