ADX Toys 2 OL is a COM add-in that adds several useful features to Microsoft Outlook.The add-in is based on Add-in Express 2 technology and designed to show you how to create add-ins, how to manage add-in's toolbars and controls, and how to get an...
ADX Toys 2 WD is a COM add-in for Microsoft Word that adds the syntax highlighting of the selected source code in the current document.The add-in is based on Add-in Express 2 technology and designed to show you how to create add-ins, how to manage...
ADX Toys 2 XL is a free COM add-in that adds several useful features to Microsoft Excel.The add-in is based on Add-in Express 2 technology and designed to show you how to create add-ins, how to manage add-in's toolbars and controls, and how to get...
A beginner's guide to threading in C# is an easy to learn tutorial in which the author discusses about the principles of multi threading, which helps in executing multiple operations at a same time. The author offers details about how the multi...
An SVG framework in C# and an SVG-GDI+ bridge is an article through which programmers can gain knowledge about SvgNet, which is a C# library that facilitates the process of creating SVG images. Here the author explains about various classes that...
ASP.NET ListEditor in C# is an easy to leran tutorial in which author demonstrates about ListEditor application which is in C#, that helps in executing data manipulation between server and client and processes editing of client side applications...
Boxing and Unboxing of Value Types in C#: What You Need to Know? is a web based tutorial in which author elaborates the concepts of boxing and unboxing value types. The author also explains the problem that occur while programming boxing and...
Create Dynamic ASP.NET Excel Workbooks In C# is a web based article in which author discusses about generating excel work book using C# in ASP.NET applications. Here author explains about the method CreateExcelWorkbook and GenerateCSVReport which...
Creating and Using Custom Attributes in C# is a web based tutorial in which the author gives you the method for definining your own attributes in C#. Attributes are declared for the methods and properties of the class. The author gives you the...
Exception Handling in C# is a tutorial which gives the solution to catch the run time errors and to eliminate it through exception. There are many standard exceptions which is available in ASP.NET framework. The author describes about the main... |