Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
11answers
16k views

User Controls not showing up in the toolbox

I have some UserControls that I created in ProjectA. I have ProjectB that has a windows form that I want to put the controls on. Both of these projects are in a single solution. There's a reference ...
12
votes
5answers
6k views

How to rebuild the Visual Studio Toolbox?

The toolbox in Visual Studio Professional 2008 has somehow ended up with 12 instances of each control. They are just the standard controls, no third party controls, and I have no third party plugins. ...
10
votes
7answers
399 views

What do you do with your “toolbox” when changing jobs?

Over time, any decent developer creates a set of tools that helps them get the job done. Things like Utils classes, build scripts, etc, that aren't really part of any business logic of the company ...
7
votes
2answers
176 views

Installing a .NET control in the visual studio toolbox

We currently use this project for installing .NET controls in the Visual Studio toolbox: http://vstudiotoolbox.codeplex.com/. This approach requires to run VStudio in the background resulting in a ...
6
votes
1answer
4k views

Auto add to toolbox of custom controls in visual studio

In Visual Studio 2008 there is a feature that automatically adds a toolbox pane and adds the custom controls which are in my web application project or in a class library in my current solution. On ...
5
votes
1answer
229 views

WPF toolbox installer for a type defined in a different assembly

I'm trying to create a VSIX installer for a WPF control. Its supposedly easy, but the "easy" version assumes that you create the WPF control in the VSIX project. The thing is, I've got my ...
5
votes
4answers
3k views

Howto Speedup Visual Studio(2005/2008) Toolbox initialization

Every time I open a windows forms application in VS .NET it takes minutes to initialize the Toolbox. Is there a way I can tell VS to cache this toolbox somehow?
5
votes
4answers
6k views

Best MATLAB toolbox that implements Support Vector Regression? [closed]

In this Wikipedia article about SVM there are a number of links to different implementations of MATLAB toolboxes for Support Vector Machines. Could anyone suggest which of these is best in terms of ...
4
votes
1answer
311 views

Where does Visual Studio save code blocks that are dragged on the Toolbox

You can drag and drop code blocks from the Codeeditor to the Toolbox of VisualStudio, but where does Visual Studio save those code blocks. Are they globally available (for other projects) or only ...
4
votes
1answer
409 views

Why doesn't ToolboxBitmapAttribute work?

I have a UserControl in my project called 'UIWizard.cs', and a 24-bit Bitmap named 'UIWizardToolboxBitmap.bmp' that has it's build action set to 'Embedded Resource'. I verified that it does exist in ...
4
votes
5answers
3k views

How to put a UserControl into Visual Studio toolBox

I made a usercontrol in my project, and after building project, I need to put it in my toolbox, and use it as a common control. but i can't. the usercontrol is in my project namespace, and I tried ...
3
votes
1answer
101 views

How to add a dll into .net toolbox permanently?

I am dropping the dll directly to .net toolbox to add controls( same as right click on .net toolbox and select choose items) but the problem with this is its only for current project. want to add it ...
3
votes
1answer
779 views

VS2010: Why do my custom Toolbox tabs and contained controls keep disappearing?

This is how I expected the toolbox to work: Let's say I add a custom Tab to the Toolbox called "Ajaxtoolkit." To add controls to the new tab, I right mouse click and select "Choose Items" and browse ...
3
votes
2answers
208 views

Can I distribute my MATLAB program as open source?

I know, the general answer will be yes, but here is my situation. I got a plotting function from one MATLAB's toolbox and modified its m-file to draw what I need. Eventually this function became a ...
3
votes
1answer
397 views

WPF: Error getting UserControl into ToolBox

I can remember that some time ago when I created a UserControl in Visual Studio 2008 the USerControls automatically appeared in the ToolBox. Now they don't. If use "Choose Items.." on the ToolBox I ...
3
votes
3answers
153 views

Making a personal programming toolbox

Lately I've been considering creating a sort of "toolbox" for myself in java. It would consist of standard algorithms and data structures that are frequently used, but a pain to implement. (I'm ...
3
votes
6answers
1k views

No Report Items in toolbox (VS 2008 SP1)

I am using Visual Studio 2008 SP1 (version 9.0.30729.1). My problem is that the only reporting-related toolbox items I see are 3 "Textbox" controls. Where are the other stuff? Do I need to add a ...
2
votes
1answer
38 views

Custom Control & Toolbox Tab

I am creating a user interface and I am trying to figure out the best way to organize all of my custom controls. I already know that I can do the following: 1) If I want to have a property visible ...
2
votes
2answers
76 views

SSIS fails to create this task?

UPDATE: After having restarted my BIDS, deleted my dll from GAC and task folder, and redoing the whole process, I was able to sort things out. So I don't know exactly what was wrong but that's ...
2
votes
1answer
116 views

Is there a way to achieve real transparency with ToolboxBitmap?

I'm creating icons for my usercontrols using Paint.NET. I'd like to have proper transparency like 32 bit PNG or BMPX provides. Is there a way to achieve that? Looking at the toolbox, the regular Label ...
2
votes
2answers
309 views

Computer vision system toolbox MATLAB

I have found the image processing toolbox for matlab, but all demos included in that toolbox expect the input to be avi videos. Does this toolbox work with webcams and/or simple images? If yes, could ...
2
votes
2answers
147 views

Stop DataSet coming to the Toolbox

In my C# windows application solution I've got a Reporting project which contains many datasets. Those datasets are loading to the toolbox automatically. I think that makes my visual studio slower. ...
2
votes
3answers
366 views

How to add types from external assembly to toolbox control? (WPF)

I am trying to do something like this in my WPF application: ToolboxControl ctrl = new ToolboxControl(); Assembly assembly = Assembly.LoadFile(file); var category = new ...
2
votes
2answers
287 views

Adding Custom UserControl to Visual Studio 2005's Toolbox

I'm using Visual Studio 2005 for a project I'm working on right now. I've created a new, custom control that inherits from 'UserControl'. Now I need to add that control to another Windows Form within ...
2
votes
1answer
279 views

Custom Control and Application in Same Project

I want to create a custom control in C# which I will use multiple times in my application, but will not likely use in any other applications. I have seen several websites which explain how to create ...
2
votes
1answer
365 views

VS2008 hidden toolbox tabs

I am creating a new Silverlight project in Visual Studio 2008 Sp1. Further creating a new "My test tab" in the Toolbox and try to add some controls using "Choose toolbox items". After clicking the OK ...
2
votes
2answers
405 views

VS2008 Toolbox Controls Repeated

I'm not really sure why but my VS2008 toolbox controls (Data, Validation, Navigation, Login & Webparts) are displaying multiple times. Does anyone know how to correct the issue? I'm still using ...
2
votes
1answer
698 views

My ToolBox Show Multiple Copies Of The Same Control (VS2008)

My Visual Studio is all messed up and I have no idea why. See the screenshot below. The controls are repeated 3 times. I tried reseting the toolbox; still no luck. The solution contains one ASP.NET ...
1
vote
1answer
69 views

Has Freemarker something similar to toolbox.xml-file of Velocity?

I have a Struts 1 application which works with Velocity as a template language. I shall replace Velocity with Freemarker, and am looking for something similar to 'toolbox.xml'-File from ...
1
vote
1answer
89 views

Can't find Shockwave player object reference in WPF application

I'm trying to use google maps in my wpf c# project, I've installed Adobe Flash player but cannot for the life of me find the shockwave player object reference or when I add a new item in the toolbox ...
1
vote
1answer
25 views

Is there a way to prevent a Workflow from appearing in the toolbox?

I have project and item templates for creating a project that contains multiple workflows. Hypothetically, this project could contain tens of workflows. The annoying thing is that these workflows ...
1
vote
2answers
112 views

How to undo a “Reset Toolbox” in VS2008?

Is there any way to "un-Reset" the Toolbox in Visual Studio 2008? I was trying to get my first-ever WPF UserControl to appear in the Toolbox. I rebuilt my project, then right-clicked on the Toolbox ...
1
vote
0answers
99 views

Install Custom Control in VS Toolbox

Our company provides 3rd party components installed the Inno Setup. We use VS Package to put our component into Visual Studio Toolbox automatically. But it sometimes fail. The VS Package also need ...
1
vote
2answers
410 views

Telerik + Visual Studio 2010 Toolbox = Maddening Problems

Has anyone ever found a solution to either of these problems: When entering any design mode in Visual Studio 2010 (WPF, EDMX, Silverlight, Reporting, etc) I see a message in the status bar like ...
1
vote
2answers
225 views

Removing White Background Box from MATLAB Figure when using the Mapping Toolbox

I've started to use the Mapping Toolbox in MATLAB for a project of mine, and below is a screenshot of what I currently have created using it. What I'm trying to do now is remove the white box from ...
1
vote
2answers
71 views

What are the equivalents for DesignTimeVisibleAttribute and ToolBoxItemAttribute in WP7?

What are the equivalents for DesignTimeVisibleAttribute and ToolBoxItemAttribute in WP7? We can use those two attributes to show/hide a certain control in design time, but the WP7's FCL does not ...
1
vote
2answers
125 views

can we add silverlight application in tool box of asp.net web application

can we add silverlight application to tool box of asp.net web form application so that instead of writing HTML to include silverlight application i can just drag n drop it from tool box.
1
vote
1answer
79 views

How do I make components from other dlls accessible in the VS 2005 Toolbox?

I have the "Tools->Options->Windows Forms Designer->General->AutoToolboxPopulate" property in VS 2005 set to true. I am referencing a DLL file with (public) custom components and forms in my project, ...
1
vote
2answers
189 views

How can I make an external toolbox available to a MATLAB Parallel Computing Toolbox job?

As a continuation of this question and the subsequent answer, does anyone know how to have a job created using the Parallel Computing Toolbox (using createJob and createTask) access external ...
1
vote
0answers
1k views

Audio Toolbox playing an mp3 file (iOS)

I've tried to get an mp3 file played with Audio Toolbox and Audio Queues, but whatever I try, I don't get anything played (neither in the simulator nor on the device). When I run it in the simulator ...
1
vote
1answer
512 views

Compiling Matlab shared library with image processing toolbox

I'm trying to compile c shared library from matlab. my matlab code uses a lot of the image processing functionality. So, compiling goes fine, but when i call the dll from my application, i get ...
1
vote
0answers
104 views

Weird behavior of VS toolbox

I want to configure the Visual Studio toolbox each time the user switches between documents in the editor. For that purpose I implemented an add-in with the following method, which is called upon ...
1
vote
1answer
46 views

How to adjust Visual Studio Toolbox to active document?

I have implemented a set of ASP.NET web custom controls and added these to my Visual Studio 2008 Toolbox. I also created some user item templates, which are basically ASP.Net Webforms pages with some ...
1
vote
1answer
65 views

How to install toolbox in Visual Studio 2008 Tester mode

I installed VS 2008 Team System and chose mode for testers. But there is no Toolbox in View (buttons, textboxes etc). How can I install toolbox or launch VS in other mode? Thanks.
1
vote
1answer
515 views

How to add my custom WPF control to the ToolBox by using the WPF ToolBox Control template

I have a custom control packed as myControl.dll. How to install it in VS2010 by using the WPF ToolBox Control template? I do not want to use the "Choose Toolbox..." or "Drag and Drop" techniques.
1
vote
0answers
91 views

Custom HTMLControl derived from HtmlImage control not visible in VS2008 toolbox

I have a custom control deriving from HtmlImage control which I cant get to show up on toolbox, it says "There are no components in '...\bin\Debug\ImageCustomControl.dll' that can be placed on the ...
1
vote
1answer
357 views

image processing toolbox in matlab

I've got a specific question and a related more general one... Why does imextendedmax() not give for example 9 in A(3,3) as a max? Generally... what is the best way for finding multiple maxes/peaks? ...
1
vote
0answers
251 views

VS2010 - Toolbox Drag-And-Drop in custom Language Service/Editor

My questions are: 1: Is Drag-And-Droping Toolbox controls (for example WPF controls) in a custom Language (Service) TextView possible? 2: Would I need a custom editor? Thanks! Satixx
1
vote
4answers
666 views

How can I disable the Toolbox in VisualStudio 2008

The Loadingtime from the ToolBox is lagging my Environment. How can I disable the Toolbox in VisualStudio 2008. I dont use the ToolBox, I work only in the XAML Code Mode. Edit. I mean the ...
1
vote
2answers
220 views

What are my options for filtering custom .net controls from the WinForms toolbox of Visual Studio 2008?

Visual Studio 2008 does a much better job of detecting and adding controls from projects to the toolbox for use in the forms designer. If you have an assembly with a UserControl- or DataSet-derived ...

1 2 3