All Tags » VSTA (RSS)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • ShapeAppBasicMFCWithOMAgent with non-destructive debugging

    Hello I have tried you ShapeAppBasicMFCWithOMAgent sample and used is as a template for my own project. This is very nice thanks. However the sample does not support non-destructive debugging which I would like to add, unless there is a sample including this? Anyway I have tried to follow the ' How...
    Posted to VSTA Tech Discussions (Forum) by kab on 10-23-2008
  • Re: Possible issue with VSTA

    Goyalmayank, This is because delegates with more than 4 parameters are not supported. To get around this you may want to consider using something like the point structs in the ShapeAppSamples for the StartX/Y and NextX/Y cooridinates. Proxies for Managed Assemblies Delegates ProxyGen.exe generates a...
    Posted to VSTA Tech Discussions (Forum) by Melody on 10-20-2008
  • Two-way pipeline

    By JohnHMcCauley in VSTA Tech Discussions I have an Add-In that defines and implements a new class (extending the available object model dynamically) that another Add-In or the Host can make calls to. This is possible with MAF by implementing a two-way pipeline. Is this possible using VSTA? By Melody...
    Posted to VSTA Tech Discussions (Forum) by Melody on 10-03-2008
  • VSTA IDE Icon

    By Digvijay in VSTA Tech Discussions Hi, I would like to change the VSTA IDE icon for my application . Is there any way to achive this ? thank's Digvijay, No, icon has to be the MS VSTA icon. What are you trying to accomplish by changing this? The title of the IDE is customizable. Here is some links...
    Posted to VSTA Tech Discussions (Forum) by Melody on 10-03-2008
  • Odd Debug Behaviour

    By wirecad in VSTA Tech Discussions I notice some odd behaviour in the VSTA IDE when debugging. If an exception is encountered outside of a try/catch block the code falls through the block into some unknown state. No feedback is given and debugging must be stopped and the host app restarted to rehook...
    Posted to VSTA Tech Discussions (Forum) by Melody on 10-03-2008
  • Re: Can I use VSTA in application(w32), writen on Delphi????

    Gorlikov, You can use VSTA in a Delphi application. The Delphi application would either expose a COM API or a .NET API. Integrating VSTA is not intrusive in your application, the integration remains largely separate. We do not have a COM sample for VSTA v 2 at this time, but I will get one up later this...
    Posted to Discussion (Forum) by Melody on 09-15-2008
  • Startup and Shutdown event called in different thread context

    I followed the ShapeApp Sample implementing VSTA into our application. Now I ran into a problem. The Startup event of the Add-In is called in a different thread context than the ShutDown Event. This is also the case in ShapeAppBasicMFC sample. As a result of this behavior, simple tasks like opening and...
    Posted to VSTA Tech Discussions (Forum) by sweiberg on 09-10-2008
  • Re: VSTA Event Issue

    Digviay, Are you using a MessageFilter? To see an example of this see the ShapeAppMacroRecordingCSharp sample or my blog on Using a MessageFilter to avoid IDE threading and timing issues . If you are still having timing issues after implementing the MessageFilter, you could try hooking into the dte.Events...
    Posted to VSTA Tech Discussions (Forum) by Melody on 09-05-2008
  • Re: Reg. AddIn EventData

    Ramaraju, This depends on the version of VSTA you are using. >I am getting one error...The given key was not present in the dictionary This indicates that you are trying to pass a type that is not in your TypeInfrastructureManager (VSTA v 1) or your HostTypeMapProvider (VSTA v 2). The issue here is...
    Posted to VSTA Tech Discussions (Forum) by Melody on 08-05-2008
  • Re: VSTA Non Destructive Debugging

    nitinumap, This depends on which version of VSTA you are using. For both versions of VSTA the SDKs include a sample and walk through. Samples: VSTA v 1- ShapeAppAdvancedCSharp, ShapeAppAdvancedMFC VSTA v 2- ShapeAppMacroRecordingCSharp If you would prefer these samples in Visual Basic check out our VSTASamples...
    Posted to VSTA Tech Discussions (Forum) by Melody on 07-12-2008
Page 1 of 2 (14 items) 1 2 Next >
Copyright Summit Software Company, 2008. All rights reserved.