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
Gaurav Vaish (www.EdujiniOnline.com) - 16 Oct 2006 19:16 GMT
> 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.

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