Dot Net Tips & Tricks , C# (C Sharp)Tips & Tricks

Visual Studio .NET Tips and Tricks, VB.NET Code Samples, C# Code Snippets, ASP.NET Code Samples, .NET Tips and Tricks, C# Tips & Tricks, Visual Studio 2010, .NET Framework Code Samples, VB.NET Tips & Tricks

Friday, December 5, 2008

How to get the Custom Properties of a Word Document using VSTO

›
How to get the Custom Properties of a Word Document using .NET (C#) CustomDocumentProperties returns the entire collection of custom docume...
1 comment:

Operator '&' cannot be applied to operands of type 'string' and 'string' - CS0019

›
Operator '&' cannot be applied to operands of type 'string' and 'string' - CS0019 MessageBox .Show( "Hello ...
1 comment:

Specify initial values of the array in .NET (C#)

›
Initial values of the array elements can be specified using an array initializer , which is a list of expressions written between the delimi...

Array – X is a 'variable' but is used like a 'method' Error in .NET (C#) - CS0118

›
The compiler detected a situation in which a construct was used in some erroneous way or a disallowed operation was tried on a construct. So...

Automatic initialization of arrays in .NET (C#)

›
When you declare an array of particular type, the new operator automatically initializes the elements of an array to their default value, w...

Auto-implemented properties in .NET (C#)

›
Auto-implemented properties are created using set and get accessor without any attributes. class AccessorExample { private ...

Abstract Methods in .NET (C#)

›
An abstract method is a virtual method with no implementation. The actual implementation of the abstract method will be from a overridden ...
‹
›
Home
View web version
Powered by Blogger.