Showing related tags and posts accross the entire site.
-
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...
-
How to create instance of interface in host in VSTA Add-in I have an interface in host application. I want create an instance in Add-in [Visual Basic]. Is there any way? I tried Dim obj As New IMyInterface but it requires two argument global ::System.AddIn.Contract. IContract and global ::Microsoft.VisualStudio...