
BuildingBlocks and VBA - social.msdn.microsoft.com
Sep 9, 2013 · I have created some buildingblocks with word ribbon,and would like to use it in a word template with VBA.The template should be used in another computer by others,but when …
Creating quick parts with VBA - social.msdn.microsoft.com
Jun 18, 2015 · I have an outlook message table containing a table, that I want to parse using vba to create or update quick part entries.
How to edit custom site template - social.msdn.microsoft.com
Feb 2, 2009 · To update the template you will need to create a new STP file and then add it back to the farm using the addtemplate option again. This process will not affect existing sites at all …
SSIS development project folder structure
Jul 8, 2011 · Now i want to create a standard folder structure with single solution file so that whenever i create a new package, i will place the package in this project solution instead of …
Error saving a site as a template: BdcField Attribute is not allowed
Feb 26, 2013 · None of the Template solutions are activated in their 2013 Gallery and trying to create a template from a site is throwing correlation errors also. It actually creates the solution, …
Choose DataTemplate based on View Model property
Aug 31, 2011 · In this final panel, I need to create a template for each item to support each input type. For instance, checkboxes and radio buttons would be easiest to display in a listbox, …
Word-Documents - WebDAV best way? - social.msdn.microsoft.com
Apr 11, 2008 · On a ASP.NET i open a Word-Template (not a dot-Extension, xml i use), change Data (add Adress, Name...) an save as Word-Document (extension xml). The next Step is, …
ScriptingOptions sql smo does not support scripting data
I'm generating sql database script using c# code. following code works fine for create table but when I try to use scriptOptions.ScriptData = true; it is throwing following exception.
Multiple UI Threads in the same window
i have seen the link which is mentioned in @Andy ONeill reply. actually it works for multiple windows, my concern is how to create different ui thread for each of the tab item for my tab …
c++/cli array in value struct - social.msdn.microsoft.com
Apr 6, 2006 · This quick template library will allow a fixed array in a value type by using the inline_array<type,size> data. I just wanted to post this here to help anyone who might be …