toolbox

Best MATLAB toolbox that implements Support Vector Regression?

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 speed, ease of use, etc.? ...

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 reference to a different assembly? Here are the steps I take: 1) Open Visual Studio 2) Add new project --> "Reports Application" 3) Op...

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 Web Application and few class library. None of the projects have referenece to System.Windows.Form, still components from System.Windows.Form...

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 to ProjectA from ProjectB so it can "see" the UserControls. However, the UserControls do not show up in the toolbox for me to drag to the...

Opera in a C# application

I have a C# application for on a pocket pc. It looks as a browser but some underlaying extra things. Currently im using the webbrowser of .net but I want to use the Opera browser due functionality. Is it possible to add a opera item on my form? And how do I do that? ...

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 type, then it will automatically detect and add that control to the toolbox for designing forms. This is slightly better than the old system ...

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 you're working for. Some of these things are trivial, while others may have been developed over years. My question is- what do you do with ...

Could not load Microsoft.VisualStudio.Web.ToolboxItemConfiguration in Windows Forms project

Hi all Need help in a very strange questions (at least it seems strange to me). I have a solution with one Windows Forms project and a few class libraries. There is a Service Reference added to the Windows Forms project. When launching Visual Studio, I get the following error message: Could not load type 'Microsoft.VisualStudio.Web...

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

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 XP if that has any bearing on the answer. Thanks! ...

Toolbox issue for RDLC in design mode VS2008

I am attempting to design an RDLC report, however my toolbox is filled with about 10 "Textbox" controls and an odd, empty #13119 control group. I can find no other controls. I have attempted several command line switches to rebuild the VS cache, but nothing works. Do I need to point to a particular DLL to pull in the toolbox controls?...

WPF WindowsFormsHost VS2008 Toolbox has grayed out all the Windows Forms controls

I'm trying to use WindowsFormsHost in a WPF app so I can use some Windows Forms components. <Grid> <WindowsFormsHost> </WindowsFormsHost> </Grid> This all works ok with no errors, but when I go to drag a Windows Forms component from the toolbox in VS2008, they're all grayed out. In a way this makes sense as only the WPF compo...

fast add user/custom control from solution to designer

I need to add my user control from solution explorer to current design window of another control. There are 2 solutions that i don't like 1. There is AutoToolboxPopulate function in visual studio, but it doesn't work sometimes. 2. When 1 is not working, i have to make 'Choose items...' operation from toolbox context menu, manually choos...

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 thinking graphs, trees, etc) What would be the best way to do this? I was thinking about either using generics or using an abstract class. This ...

Custom controls derrived from HtmlControl

Can custom controls derrived from HtmlControl be displayed in the toolbox? I have successfully got some WebControls in the toolbox but cannot get this one to display. I am inheriting from System.Web.UI.HtmlForm. Thanks ...

Iphone Unit Testing error : permission denied with google toolBox

Hi, I followed many tutorial to set up a unit testing project for Iphone but i always get the same "permission denied" error when i build the project. Here is what i do : Get the latest source for Iphone Unit Testing Follow the instruction to set up the unit testing framework (Create a new project, add a new target, copy the necessar...

No DomainDataSource in toolbox in Visual Studio

In Brad Adams' blogged walkthrough of the new RIA goodies, he mentions that you can simply drag a DomainDataSource from the toolbox to your XAML. All of my RIA kit came from links from that blog and I definitely have the July CTP, yet in my toolbox there is conspicuous absence of DomainDataSource. What arcane rituals must I undertake ...

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 xamlcodeMode what i need , and I should like disable the desginMode.. sry ...

How do I refresh the toolbox in Visual Studio 2008

Working on windows forms in Visual Studio 2008 with C# So I had a windows Form Control that wasn't behaving the way I wanted. So I overloaded the Size property. Bad idea. Everything broke. Horribly. I could not add this control to a form anymore. This was slightly problematic. So I removed the offending code, and recompiled. Pr...

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. Is there a way to rebuild the toolbox to correct this issue with the dupes? I've been living with it for a while, but it's pretty annoyi...