473,320 Members | 1,810 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Installing own control into the VS toolbox?

Does anybody know how to create a new group in the Visual Studio toolbox and
install a custom control into that group - all during the installation?

I assume that it requires some registry tweaking, but what keys?

Cheers,
Johnny J.
Oct 16 '07 #1
4 1332
Johny,

The latter part from your question is easy, just right click on the toolbox
and then browse to your control. For the first part I never had any idea I
wanted that, there are already more tabs than I want.

Cor

Oct 16 '07 #2
On Oct 16, 11:16 am, "Johnny Jörgensen" <j...@altcom.sewrote:
Does anybody know how to create a new group in the Visual Studio toolbox and
install a custom control into that group - all during the installation?

I assume that it requires some registry tweaking, but what keys?

Cheers,
Johnny J.
To be honest, I didn't read this article, but it appears to do what
you need. It says it's for VS 2002 and VS 2003, but it probably could
be upgraded to VS 2005 without much trouble.

http://www.codeproject.com/csharp/ad...ol2toolbox.asp

Thanks,

Seth Rowe

Oct 16 '07 #3
On Oct 16, 11:16 am, "Johnny Jörgensen" <j...@altcom.sewrote:
Does anybody know how to create a new group in the Visual Studio toolbox and
install a custom control into that group - all during the installation?

I assume that it requires some registry tweaking, but what keys?

Cheers,
Johnny J.
To be honest, I didn't read this article, but it appears to do what
you need. It says it's for VS 2002 and VS 2003, but it probably could
be upgraded to VS 2005 without much trouble.

http://www.codeproject.com/csharp/ad...ol2toolbox.asp

Thanks,

Seth Rowe

Oct 16 '07 #4
Thanks Seth - This looks very interesting!

Cheers,
Johnny J.


"rowe_newsgroups" <ro********@yahoo.comskrev i meddelandet
news:11**********************@i38g2000prf.googlegr oups.com...
On Oct 16, 11:16 am, "Johnny Jörgensen" <j...@altcom.sewrote:
Does anybody know how to create a new group in the Visual Studio toolbox
and
install a custom control into that group - all during the installation?

I assume that it requires some registry tweaking, but what keys?

Cheers,
Johnny J.
To be honest, I didn't read this article, but it appears to do what
you need. It says it's for VS 2002 and VS 2003, but it probably could
be upgraded to VS 2005 without much trouble.

http://www.codeproject.com/csharp/ad...ol2toolbox.asp

Thanks,

Seth Rowe
Oct 18 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Javier Ros | last post by:
Hi guys!, I´m tring to install my own component in the Visual Studio .Net ToolBox, I have tried with this code: // Create a EnvDTE object. System.Type t =...
2
by: Chien Lau | last post by:
I frequently define internal UserControl-derived classes in my WinForms apps: internal class MyUserControl:UserControl{ ... } I'll often need to embed these controls in a Form, whose class...
14
by: Graham Blandford | last post by:
Hi there, A quickie I think... If I create a new class that inherits the values of a windows form component class, can there ever be a visual representation of this in the .Net IDE? E.g. if...
3
by: Zorpiedoman | last post by:
Horay! I have just put the finishing touches on a new User Control... The" Jelly Button" I created a setup program which runs fine. I see the .dll nicely in the GAC. How come it does not...
2
by: Tony Hedge | last post by:
Hello, Framework: NET 1.1, Language VB So I am going through the basic walkthrough example in .NET on how to create a simple custom control. Takes about 2 minutes and when done I have a DLL...
5
by: craigkenisston | last post by:
I created a derived class from "Literal". I put the code in the App_Code folder and the control is working as expected. Now, I wan this control to be in the ToolBox, just like the others, what...
11
by: Anil Gupte | last post by:
....and how do I insert one into my form? I used in VB 6.0 last, but cannot figure out where it is in .Net Thanx, -- Anil Gupte www.keeninc.net www.icinema.com
15
by: rizwanahmed24 | last post by:
Hello i have made a custom control. i have placed a panel on it. I want this panel to behave just like the normal panel. The problem i was having is that the panel on my custom control doesnt...
5
by: John Kotuby | last post by:
Hi all, This is my first time trying to creaet and use a custome Web Control in a Web Site project in ASP.NET 2.0 with VS 2005 and VB. I created the control in a separate Web Control Library...
4
by: Johnny Jörgensen | last post by:
Does anybody know how to create a new group in the Visual Studio toolbox and install a custom control into that group - all during the installation? I assume that it requires some registry...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.