toolbox

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 get the error message "The given assembly name or codebase was invalid", after selecting my assembly. I have Windows XP SP3 and .NET Framew...

How do I set the category for a toolbox item?

I have a follow up question to this one. Now that I have only the control I want showing up in the Toolbox in Visual Studio, how do I set the Category? It currently shows up in a category titled with the assembly name. I would rather use our company name. I have read how I can create my own ToolboxItem derived class to do this, but t...

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 another pc this is not working and I would like to know which setting I have to enable, probably in Tools | Options..., for this. I am not ...

Pattern to implement a toolbox in .Net/Wpf (not the visual part)?

I'm building a Wpf app that currently has a toolbox which looks and functions similarly to the Visual Studio toolbox. I have a range of classes that are represented in the toolbox and different types of objects that can each contain some, but not all, of the toolbox items. As a stopgap measure to get my app up and going, I hardcoded the...

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, Performance, Privacy. IDE, Build, Unit Testing, Deployment, Continuous Integration tools,e.g. JUnit...

c# path to icon in ressources

Hi there, 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 ToolboxItemWrapper(typeof (MyItem9), "C:\\tmp\\item9.ico", "Item9"), I want to c...

How would one check for installed MATLAB toolboxes in a script/function?

How would one check for installed MATLAB toolboxes in a script/function? (checking toolbox versions would also be good!) This could provide a quick and useful error message when someone attempts to run a script without a required toolbox. A quick, albeit rough, solution that comes to mind is parsing the text output of the ver command....

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 button of the "Choose toolbox items" dialog, no controls are added to the newly created tab. When the tab loose focus, the tab get hidden...

Visual studio 2005 toolbox icons messed up

My studio toolbox icons are all messed up. Is there a way to fix them? ...

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

Hi, 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 ...

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 part of program I would like to distribute as an open source (or under other license). Can I do this? Well, may be it was not wise to create ...

How to see components in toolbox after adding a new reference?

In my project I add reference on the WPFToolkit assembly, restart Visual Studio and has not seen WPFToolkit components in my VS ToolBox window. What I do wrong? ...

Adding custom UserControl assemblies to the toolbox

If I drag and drop an assembly, or use the Toolbox's "Choose items..." dialog, should I be choosing the debug or release version of my assemblies from their bin\ folders? I.e. is Visual Studio clever enough to work out that when I want a release build it'll reference Release built assemblies? ...

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? The nice thing about imextended max is it allows a threshold where presumably everything under that threshold is not counted whereas imregio...

How do I create custom Controls for my VS2005 toolbox?

Ok, this question might more about design theory. I have successfully created controls that show up in my toolbox, so I'm pretty sure I have the process right. Also, my "AutoToolboxPopulate" is set to true, so things are showing up as I create them. My question is this: I'm sub-classing a native Control for specialized use. When I de...

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 toolbox.". Here is the code for the control: namespace ImageCustomControl { public class ImageHtmlControl : HtmlImage { p...

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 to a file, Ajaxtoolkit.dll, that is of a particular version number. I would expect that when I save and reopen the solution, that the Ajax...

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. ...

Visual Studio 2008 Toolbox

I'm running VS2008 on XP, with my webs on a remote share 2003 server (so my development webs are backed up as well as the production). I was having trouble getting VS to acknowlege ajax tools via remote share, so on the remote server, I did the .net framework 2 configuration, my machine, full trust change. Fabulous everything worked gr...

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. ...