Browse by Tags

All Tags » EnvDTE
  • Bug in ShapeAppCSharp Macro Project Generation

    Hi, we are currently evaluating VSTA and working with the ShapeAppCSharp advanced sample. One of our test was to install the sample on a clean XP Pro SP2 German machine with these easy steps: Build the setup project of the solution on a developer machine Install the .NET framework on the target machine Install MSXML6 on the target ...
    Posted to VSTA Tech Discussions (Forum) by MiFi on June 12, 2007
  • Expanding or Collapsing all nodes in the Solution Explorer

    Here's a post showing how to collapse and expand all of the items in the Solution Explorer.  Your hosting application can provide similar features for the VSTA DTE to make things easier for your VSTA authors. Get underlying DTE object from VSTADTEProviderClass IDTEProvider dteProvider = (IDTEProvider)new ...
    Posted to Gary Depue's VSTA Blog (Weblog) by Gary on April 18, 2007
  • Re: open vsta as a modal window...

    Hi Pat, For complete control of the DTE you should consider creating an in-process host ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_vstasdk/html/c10b7a28-074d-4450-99ba-d915dfd57a22.htm === or try using the DTE.Events like ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_envdte/html/T_EnvDTE_Events_Members.htm as ...
    Posted to VSTA Tech Discussions (Forum) by Gary on January 5, 2007