Re: [ADVANCED-DOTNET] Programmatically Adding Custom Component to Toolbox

2003-07-13 Thread Shawn A. Van Ness
I got intimate with VS toolbox automation, a few months ago... http://weblogs.asp.net/SAVanNess/posts/5352.aspx http://weblogs.asp.net/savanness/posts/5701.aspx I can confirm this bug -- as of VS 7.1, I'm also unable to programmatically add text items to the toolbox! Can you say "regression"?

[ADVANCED-DOTNET] Programmatically Adding Custom Component to Toolbox

2003-07-11 Thread Fred Chen
Hi, I've created a custom component for smart devices and I am trying to add this component to my toolbox through an installer. I've read previous posts and msdn documentation on using the DTE object and the various ToolBox collections within. I've been able to create a new ToolBoxTab but I am n