|
|
|
|
|
| | Total Hits: 7 | Today: 0 | Author: darkoman | Rating:  |
| |  This article is about generating RTF documents from the source code. For this purpose, a free C-library is developed in order to help developers. Considering this release, 100% compatibility is achieved only with MS Word 97 to MS Word 2003 applications used as external RTF viewer to generated RTF documents. For the future, it is planned to extend this to all possible RTF viewers that support RTF specification 1.8 which is documented by Microsoft and can be found here.... |
| | Total Hits: 4 | Today: 0 | Author: HotSoftG | Rating:  |
| |  The core technology is based on Microsoft COM technology.... |
| | Total Hits: 20 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  Provides a set of predefined data format names that can be used to identify data formats available in the clipboard or drag-and-drop operations.... |
| | Total Hits: 0 | Today: 0 | Author: Vincent_RICHOMME | Rating:  |
| |  It is always difficult to start a new article and the first question that arises is what to title it. I must admit that this time I have been a bit pretentious but my first goal was to provide a new framework based on an XML description (like XUL or XAML). Actually I started to develop with MFC two years ago and like every newbie I had to fight even to do simple operations (display different kinds of pictures: BMP, JPEG, animated GIF, change font...) and I still don't understand why it is always... |
| | Total Hits: 0 | Today: 0 | Author: Tom Janssens | Rating:  |
| |  Ok, this step took quite some time to figure out, but once you know how to do this, it should be really simple.
1. Open the solution and go to the properties of the Specs project 2. Go to the build events, and put the following text in the post-build event command line:... |
| | Total Hits: 5 | Today: 0 | Author: PJ Naughter | Rating:  |
| |  This is a collection of articles that provide freeware classes covering GUIs, networking, wrapper classes and general code snippets.... |
| | Total Hits: 7 | Today: 0 | Author: Theodor Storm Kristensen | Rating:  |
| |  I'm currently making an IDE application called Moonlite. When I started coding it, I looked for good, already existing code for creating IDEs. I found nothing. So, when I was almost done with it (I'm not done with it yet, because of this framework taking all my time), I figured that I found it rather unfair that everyone should go through the same as I did for making such an application. (It took me 8 months of hard work - about 7 - 10 hours a day - to create this. Not because the main coding wo... |
| | Total Hits: 8 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  CWindow provides the base functionality for manipulating a window in ATL. Many of the CWindow methods simply wrap one of the Win32 API functions. For example, compare the prototypes for CWindow::ShowWindow and ShowWindow:... |
| | Total Hits: 11 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  When you create an instance of PrintDialog, the read/write properties are set to initial values. For a list of these values, see the PrintDialog constructor. To get printer settings that are modified by the user with the PrintDialog, use the PrinterSettings property.... |
| | Total Hits: 6 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  The Windows Forms Class Viewer allows you to quickly look up information about a class or series of classes, based on a search pattern. The class viewer displays information by reflecting on the type using the common language runtime reflection API.... |
| | Total Hits: 47 | Today: 0 | Author: Frazell | Rating:  |
| |  This article describes how to use a MD5 class library I have written for .NET. MD5 is recommended to be implemented in the following manner Encrypting 1. Generate a Random "Salt" Value 2. Merge the string to encrypt with the "Salt" 3. MD5 the merged string 4. Save the MD5 Hash in one location and the Salt in another, usually a separate "Table" in your DBMS (Database Management System)... |
| | Total Hits: 26 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  A PrintTicket object is an easy-to-work-with representation of a certain type of XML document called a PrintTicket document. The latter is a set of instructions telling a printer how to set its various features (such as duplexing, collating, and stapling). For example, to instruct the printer to turn on its stapler and staple print jobs in the upper left corner, the document would have a JobStapleAllDocuments … element that specifies StapleTopLeft. The element is, in turn, represented by the St... |
| | Total Hits: 30 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  A flow content element that represents a particular content item in an ordered or unordered List.... |
| | Total Hits: 19 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  Provides high-level access to the definition of a binding, which connects the properties of binding target objects (typically, WPF elements), and any data source (for example, a database, an XML file, or any object that contains data).... |
| | Total Hits: 19 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  Provides a WPF core-level base class for content elements. Content elements are designed for flow-style presentation, using an intuitive markup-oriented layout model and a deliberately simple object model.... |
| | Total Hits: 194 | Today: 0 | Author: ketan_lohar | Rating:  |
| |  In this article i am going to explain Collection classes supported by .Net Framework.In earlier we have only Arrays as a option for collection, but in real world application we may need better collection support. .Net Framework supports a rich family of collection classes. The System.Collections namespace contains interfaces and classes that define various collections of objects, such as lists, queues, bit arrays, hash tables and dictionaries.... |
| | Total Hits: 24 | Today: 0 | Author: Kit George | Rating:  |
| |  The common language runtime (CLR) sits at the very heart of managed code. Indeed, it is the heart of managed code, so to understand managed code you need to understand the CLR. The CLR team continues to develop technologies that improve the Microsoft® .NET Framework and help you make full use of the managed environment. Over the next year, the CLR team will, in this column, provide insights into the core of managed code, share best practices, explain some of the more obscure functionalities, and... |
| | Total Hits: 114 | Today: 0 | Author: Frazell. | Rating:  |
| |  This article describes how to use a MD5 class library I have written for .NET.
MD5 is recommended to be implemented in the following manner
Encrypting 1. Generate a Random "Salt" Value 2. Merge the string to encrypt with the "Salt" 3. MD5 the merged string 4. Save the MD5 Hash in one location and the Salt in another, usually a separate "Table" in your DBMS (Database Management System)... |
| | Total Hits: 88 | Today: 0 | Author: Miguel A. Castro | Rating:  |
| |  The .NET Framework provides many new collection classes that you can iterate (for-each) through.But did you know that you can also iterate through values in any of your classes, not just those that use or inherit from collections?
This article assumes a basic knowledge of collection classes for the sake of the quick-review at the beginning.... |
| | Total Hits: 139 | Today: 0 | Author: Uwe Keim. | Rating:  |
| |  In my zeta HelpDesk article I've used a library I developed for our internal projects and customer projects to use as a slim thin base library. This article quickly introduces that library. Originally I did not intend to provide the source or to provide an article at all about this library, but since nice people asked me to do so, here it is. The library exists and is constantly enhanced sinc approximately 3 years. Therefore you can expect it to be rather stable and hopefully rather bug-free. Bu... |
|
|
|
|
|
|
|
|
|
|
|
|
|