Toolbox tab and custom control

A

--== Alain ==--

Hi,

I have developed a custom .NET control.
Now, i would like to do the following thing :

When user want to add this control to Toolbox, he has to select the
*.dll file of my control.
Therefore, i would like that automatically, my control :
1. check if a particular Tab already exist (e.g : "AR Components")
2. if yes, custom control install itself on this tab.
3. if no, custom control create this particular tab (e.g : "AR
Components"), and install itself there.

How can i do that with VC++.NET ?

thanks a lot,

Alain
 
G

Gaurav Vaish \(www.EdujiniOnline.com\)

3. if no, custom control create this particular tab (e.g : "AR
Components"), and install itself there.

Not sure but probably you may need to look into VS Addins.

I don't think it would be possible thru simple controls since you need to
talk to "Visual Studio" and not to the WinForms of a .Net application.


--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujinionline.com
http://eduzine.edujinionline.com
-----------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top