| A "Don't show this again" checkbox for the .NET MessageBox |
| The Code Project |
| A C# class which uses Dino Esposito's LocalCbtHook component to add a "Don't show this again" checkbox to any .NET MessageBox |
|
| A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 4 |
| The Code Project |
| The purpose of this document is to provide a practical guide to using Microsoft’s .NET DataTables, DataSets and DataGrid |
|
| ASP.NET Server Control Creation |
| C#Today |
| ASP.NET custom server controls provide a powerful architecture for isolating the atomic functionality of applications, using highly reusable compiled components (dll). This makes enforcing application-wide rules and applying composite view design patterns easy. In this article, Daniel Cazzulino will look at numerous facets of these controls, such as extending their functionality. |
|
| ColdStorage Advertising Service Development |
| MSDN |
| This article describes some of the issues faced and lessons learned in the development of the ColdStorage sample Advertising Service. |
|
| Creating a Regular Expression Checker |
| devCity.NET |
| This article will attempt to explain the steps involved with creating a WinForm application that will validate regular expressions using the System.Text.RegularExpression namespace. The application will accept two inputs. The first input will be a string to search. The second input will be the regular expression that serves as our search criteria. |
|
| Differences Between Visual Basic 6.0 and .NET Controls |
| MSDN |
| This document outlines the standard controls in Microsoft Visual Basic 6.0 and the equivalent Microsoft .NET controls. |
|
| Documents Do Dot Net Guruer: Serve Them Nicely and Effectively with Avalon Document Services |
| MSDN |
| Provides an overview of document services available in Avalon. In particular, it focuses on the PageViewer control. The new managed API for compound files is also presented with practical code samples. |
|
| Fortran for Microsoft.NET |
| The Code Project |
| This article gives you an introduction about how Fortran can be used to write wide variety of applications under .NET framework. |
|
| Hardcore Visual Basic: VB-Helper: Hot Properties |
| MSDN |
| Rod Stephens of Hardcore Visual Basic shows off some of the cool new properties you can use to control your UI. |
|
| How to access the members of a Windows Form in another Windows Form by using Visual Basic .NET |
| http://www.kbalertz.com/ |
| (841292) - Describes two methods that you can use to access members that are declared in one Windows Form from another Windows Form by using Visual Basic .NET. |
|
| HOW TO: Implement a Managed Component that Wraps the Browse For Folder Common Dialog Box by Using Microsoft Visual Basic .NET |
| http://www.kbalertz.com/ |
| (811004) - This step-by-step article describes how to write a design time component that wraps the Browse For Folder common dialog box. |
|
| HTML Table Of Contents Generator |
| The Code Project |
| A C# program which takes a HTML file as input and outputs a new file with a table of contents embedded. |
|
| Image Capture |
| The Code Project |
| An article about image capture. |
|
| Manipulating Binary File Data |
| C#Today |
| In one of Dot Net Guruhew Reynolds earlier articles, he showed us how we can save and load document data to a file. This data was stored in a binary format that mimics the way your computer stores the data in memory. This can be easily achieved in .NET, providing that we understand how data is stored within the file. What we havent seen is how to manipulate data that is in a specific format, but where that format is not designed by us or stored in a binary format. In this article, Dot Net Guruhew shows us how we can use various classes in the Framework to read binary data directly from a very popular file format: MP3. |
|
| Microsoft Visual Basic .NET 2003 Kick Start Chapter 3: Building Windows Applications |
| The Code Project |
| An introduction to building Windows applications using Visual Basic .NET. |
|
| Modest Introduction To IL Assembly Language |
| C# Help |
| This article demonstrates the basics of writing code in raw MSIL. |
|
| Notepad Application in C# |
| The Code Project |
| An article on C# describing a notepad application |
|
| Serialization |
| C#Today |
| One of the most fundamental jobs for a piece of software is saving a document and loading it back up again. This process has become known as serialization, and .NET has strong support for this. In this article, Dot Net Guruhew Reynolds takes a look at how to save and load documents for a simple WinForms application. As part of the work, he introduces a reference implementation for properly handling the creating, saving and opening of documents as laid down by the Windows guidelines. |
|
| Use Visual Inheritance to Create Consistent Windows Forms |
| devCity.NET |
| Inheriting forms is a powerful feature that allows cross-project standardization of common elements on a form that may be changed in one place rather than in countless individual forms. For example, I once had to re-order the buttons on several dozen forms so the buttons flowed left to right as Help, OK, and Cancel instead of OK, Cancel, and Help. If I had used a base Windows Form, I could have changed the order on the base form, re-compiled, and been done with it. |
|
| Wonders of Windows Forms: Extending Windows Forms with a Custom Validation Component Library, Part 2 |
| MSDN |
| Michael Weinhardt continues his series on custom validation and examines form-wide validation using the FormValidator component. |
|
| Wonders of Windows Forms: Extending Windows Forms with a Custom Validation Component Library, Part 3 |
| MSDN |
| Michael Weinhardt wraps up his series on validation by adding in control-scoped validation support, as well as creating an extensible validation summary framework with two separate implementations. |
|