Hi,
I need to add a toobox window in VSTA V2 to show some additional data about the objects in my application.
To use this thier is a function CreatetoolWindow2 in DTE.Windows method for toolbox window creation. But, it expects expects a AddIn Type as parameter. Now, I do not see how I can add an Addin To VSTA using DTE.AddinIns.Add as it throws an exception 'Not implemented' since VSTA do not support Addins. Is there an alternate way to add an tool window besides doing a Form.Show, which will give me an undockable window?
Regards