I created an Add-in project and now I have this in my solution explorer: Do I just add right click the solution and add a Windows form? I\'m not sure how this works and the tutorials I find don\'t
开发者_如何学运维Pretty simple question.Unfortunately not. One of the things not allowed/enabled with the express editions is loading of add-ins.
I\'m beginning to get the grips of BDD and MSpec, but I\'m still really bugged by the fact that I\'m unable to debug my tests/specs, and that I have to leave the IDE to go to a html report file to see
I have written a Word add-in in C++ using plain Win32 API. It opens some dialogs but these are always shown without commctl6 visual styles on Vista+. The manifest is in place as RT_MANIFEST and resour
I come from a lisp background where I could 开发者_高级运维type in snippets to the command line while coding, to make sure I get a small chunk of code correct the first time.Its great for testing stri
I\'ve created an AddIn for MS Word. There\'s a new tab and a button. I\'ve added a new template document that has a RichTextContentControl in it.
A major part of our work is creating and manipulating certain XML files, for which have a custom editor. The editor is starting to get creaky and we are looking at building a replacement. Since VS2010
I\'m having some trouble with a word add-in. I\'m attempting to create a new document format, and have it sort-of working. The format is just an encoding on top of an existing docx. In other words, I
I was used to use RockScroll (or MetalScroll), but when I started to use ReSharper my RockScroll start to show some bugs. Well, this is scope to another discussion https://stackoverflow.com/questions/
I\'ve a VS add-in that creates a toolbar and displays it (based on previous visibility settings) when VS launches.