School of Technology Greater New Orleans .NET User Group (GNONUG) "KNOW .NET"
      Programming    Blogs    Data    Tool    Visual Studio.NET    C#    Other    .NET Framework    .NET Components    ADO.NET    Utility

GNONUG
Mission
Events
Discuss
Resource
Support
Links
Training



Late September News Articles

Posted by on Thursday, September 30, 2004 (PST)

Late September News Articles from Email sources.

.NET <http://www.codeproject.com/dotnet/>

User Friendly Exception Handling <http://www.codeproject.com/article.asp?tag=20331291657038167> - wumpus1

A flexible framework for user-friendly .NET exception handling, and automatically notifying developers of problems before users do

Nata1 .NET Search Engine solution <http://www.codeproject.com/article.asp?tag=20331291663738167> - Sedgewick

Nata1 .NET Search Engine solution

A CBC Stream Cipher in C# (With wrappers for two open source AES implementations in C# and C) <http://www.codeproject.com/article.asp?tag=20331291663438167> - Vasian Cepa

An article on .NET cryptography

A small tool to remove SCC information of a VS2003.net project file <http://www.codeproject.com/article.asp?tag=20331291662938167> - mcarbenay

This tool removes the informations saved in the project and solution files of VS2003.net which are relative to Source Code Control (Unedited)

VS.NET CodeDOM-Based Custom Tool for String Resource Management <http://www.codeproject.com/article.asp?tag=20331291658538167> - Jasmin Muharemovic

A VS.NET custom tool, created with the help of CodeDOM and EnvDTE, used to facilitate management of resource strings via IntelliSense and error checking in VS.NET environment.

.NET Compact Framework <http://www.codeproject.com/netcf/>

Forms Anywhere for the Pocket PC <http://www.codeproject.com/article.asp?tag=20331291660738167> - Jim Lavin

Forms Anywhere was designed to provide a development platform for data capture using the Pocket PC. It handles all data collection tasks from creation to capture, all that is needed on the back end is the code to integrate your application. (Unedited)

ASP.NET <http://www.codeproject.com/aspnet/>

Page Tracking in ASP.Net <http://www.codeproject.com/article.asp?tag=20331291660238167> - vikramk

This articles explains how to track visitors to your web site. (Unedited)

Perform JavaScript Client Side Confirmation from a .Net DataGrid <http://www.codeproject.com/article.asp?tag=20331291660338167> - Dolph

Perform JavaScript Client Side Confirmation from a .Net DataGrid (Unedited)

Managed C++ <http://www.codeproject.com/managedcpp/>

Function overriding in C++/CLI <http://www.codeproject.com/article.asp?tag=20331291658638167> - Nishant S

Takes a look at new features like explicit overriding, renamed overriding, multiple overriding and sealing a method

VB.NET <http://www.codeproject.com/vb/net/>

VBScan barcode software <http://www.codeproject.com/article.asp?tag=20331291659738167> - demm

A barcode scanning and decoding software without third-party software

Document/View style approach inside .NET <http://www.codeproject.com/article.asp?tag=20331291663938167> - CoolToolsOnline

Creating a Document/View approach in .NET (Unedited)

Implementation of spamd client (spamc) in VB.NET <http://www.codeproject.com/article.asp?tag=20331291638738167> - Michal Altair Valasek

.NET implementation of SpamAssassin's network client (Unedited)

Saving and Retrieving Application Control Settings as a *.confg file <http://www.codeproject.com/article.asp?tag=20331291638538167> - Brad Fackrell

This example will illustrate how the value of a control can be saved to a Config ( *.confg) file and then be retrieved. (Unedited)

A class for reading and writing the Windows Registry using VB .NET <http://www.codeproject.com/article.asp?tag=20331291661638167> - Sinhue Baez

reading and writing the Windows Registry overcoming the restrictions imposed by GetSetting y SaveSetting (Unedited)

C# Controls <http://www.codeproject.com/cs/miscctrl/>

AnimatedIcon Control <http://www.codeproject.com/article.asp?tag=20331291657438167> - Eugene Pankov

AnimatedIcon Control plays an animation as a sequence of images stored in the ImageList. The article demonstrates how to show an animated icon on the StatusBar.

C# Header control <http://www.codeproject.com/article.asp?tag=20331291656738167> - Sergei_VP

.NET wrapper of the system Header control.

Collapsible Group Box <http://www.codeproject.com/article.asp?tag=20331291662238167> - jeffb42

An introduction to the ExpandingPanel and CollapsibleGroupBox controls (Unedited)

WinForm Style Sheet <http://www.codeproject.com/article.asp?tag=20331291659238167> - Ali Zolghadri

An article on setting styles for Windows application (Unedited)

Combo & Listboxes <http://www.codeproject.com/cs/combobox/>

Getting Scroll Events for a Listbox <http://www.codeproject.com/article.asp?tag=20331291638638167> - bugshake

The standard framework won't tell when the scrollbar moved or what position it is. This code gives you that control. (Unedited)

An auto-resize C# Listbox (updated) <http://www.codeproject.com/article.asp?tag=20331291657738167> - Lelieveld

A listbox which will auto-resize its texts. (Unedited)

Menus & Toolbars <http://www.codeproject.com/cs/menu/>

Singleton pattern for MDI child forms <http://www.codeproject.com/article.asp?tag=20331291659338167> - Ali Zolghadri

Use singleton pattern for creating MDI child forms (Unedited)

C# Database <http://www.codeproject.com/cs/database/>

Inserting XML formatted data into SQL Server 2000 <http://www.codeproject.com/article.asp?tag=20331291657338167> - faisal abdul aziz

This article explains Parent-Child insertion into SQL Server 2000 using XML Support provided by SQL Server 2000 and Visual Studio.NET

C# Programming <http://www.codeproject.com/csharp/>

The very last Configuration Section Handler I hope I'll ever need <http://www.codeproject.com/article.asp?tag=20331291663638167> - Phil Haack

Flexible and easy to use configuration section handler with change monitoring

The tiny wrapper class for URL history interface in C# <http://www.codeproject.com/article.asp?tag=20331291658838167> - goblins

I think there are people who learned a bit of C# but don't know about COM. I hope my tiny wrapper class library is helpful for such people to use IUrlhistory interface without difficulty.

Working with collections in the .NET Framework <http://www.codeproject.com/article.asp?tag=20331291657938167> - Sune Trudslev

Introduction to collections in the .NET Framework.

Adding line numbers to text <http://www.codeproject.com/article.asp?tag=20331291661438167> - Ken Mackenzie

How to easily add line numbers to source code or text.

Steganography 11- Indexed Images and their Palettes <http://www.codeproject.com/article.asp?tag=20331291662338167> - Corinna John

Hiding data of any kind in indexed Bitmaps like PNG and GIF.

How To Swap Top Level Forms <http://www.codeproject.com/article.asp?tag=20331291662438167> - Marc Clifton

Use a specialized ApplicationContext to swap top level forms (Unedited)

Mandelbrot Set for C# <http://www.codeproject.com/article.asp?tag=20331291660138167> - MichaelCoder

This program draws the mandelbrot set in C#. It also uses XmlSerialization to save settings, copy the picture to the clipboard, or save it to a bmp file. (Unedited)

Save a TreeView into an XML-File <http://www.codeproject.com/article.asp?tag=20331291659038167> - Norbert Eder

The article includes a sample project showing how to save the nodes of a TreeView into an XML file (Unedited)

C# WebServices <http://www.codeproject.com/cs/webservices/>

SoapMSMQ Transport <http://www.codeproject.com/article.asp?tag=20331291658138167> - Roman Kiss

This article describes a design, implementation and usage of the WSE Custom Transport over MSMQ. (Unedited)

Menus <http://www.codeproject.com/menu/>

An examination of menus from a beginner's point of view <http://www.codeproject.com/article.asp?tag=20331291659138167> - Roger Allen

A discussion of the OS menu object from a beginner's viewpoint. I take you through the basics to a more advanced understanding of menus and how to interact with them from code.

Miscellaneous Controls <http://www.codeproject.com/miscctrl/>

UMLEditor - revisiting the vector editor <http://www.codeproject.com/article.asp?tag=20331291638438167> - Johan Rosengren

An UML editor with code-generation capabilities derived from CDiagramEditor (Unedited)

Files and Folders <http://www.codeproject.com/file/>

Zip Utils - clean, elegant, simple, C++/win32 <http://www.codeproject.com/article.asp?tag=20331291661838167> - ljw1004

Adding zip/unzip easily, no LIBS or DLLs, with an elegant and powerful API

Internet & Network <http://www.codeproject.com/internet/>

Displaying Latest Code Project Articles in Outlook Today <http://www.codeproject.com/article.asp?tag=20331291658938167> - Bassam Abdul-Baki

Displaying the latest Code Project articles in Outlook Today. (Unedited)

Macros and Add-ins <http://www.codeproject.com/macro/>

Improved Method Documentation for Visual C++ <http://www.codeproject.com/article.asp?tag=20331291661738167> - Ilan Shapira

Customizable method documentation generator

Kill Running Project Process Add-In <http://www.codeproject.com/article.asp?tag=20331291661138167> - Fabio Fornaro

Killing a running project process within Visual Studio

Win32 Simple Application AppWizard <http://www.codeproject.com/article.asp?tag=20331291658738167> - Fabio Fornaro

An article on creating an AppWizard to create Win32 based applications.

Shell Programming <http://www.codeproject.com/shell/>

Writing a shell icon overlay identifier in 3 easy steps <http://www.codeproject.com/article.asp?tag=20331291657238167> - lallous

How to implement an Icon Overlay identifier.

System <http://www.codeproject.com/system/>

Enumerating Logon Sessions <http://www.codeproject.com/article.asp?tag=20331291657138167> - Stefan Kuhr

An article on enumerating logon sessions, specifically interactive logon sessions on NT based operating systems.

Libraries & Projects <http://www.codeproject.com/library/>

What's New in ACF 0.3 <http://www.codeproject.com/article.asp?tag=20331291660038167> - Yingle Jia

This article introduces what's new in ACF (Another C++ Framework) version 0.3. (Unedited)

WTL <http://www.codeproject.com/wtl/>

Oscilloscope control <http://www.codeproject.com/article.asp?tag=20331291657538167> - Voland7

WTL Oscilloscope control.

Owner Drawn ListViews In WTL <http://www.codeproject.com/article.asp?tag=20331291663138167> - Mark Petrik Sosa

An overview of handling owner drawn listview controls in WTL. (Unedited)

Java Programming <http://www.codeproject.com/java/>

Java Generic Code - Taking control of Threaded Actions <http://www.codeproject.com/article.asp?tag=20331291638838167> - Doron Barak

A simpler way to use Threads. (Unedited)

Java GIS Coordinate class <http://www.codeproject.com/article.asp?tag=20331291660638167> - Tomer Petel

This is a JAVA class that can represent a GIS coordinate in your program, and allow you to "move", or translate, the coordinate given distance and direction. (Unedited)

ASP <http://www.codeproject.com/asp/>

Scripts for Pagination <http://www.codeproject.com/article.asp?tag=20331291658438167> - rampdci

Scripts for Pagination (Unedited)

Design and Strategy <http://www.codeproject.com/gen/design/>

Value of Code <http://www.codeproject.com/article.asp?tag=20331291663338167> - ashvil

Code is often over valued and needs a migration strategy (Unedited)

JavaScript <http://www.codeproject.com/jscript/>

Formatting numbers for decimals and significant digits <http://www.codeproject.com/article.asp?tag=20331291658238167> - JavaScript Kit

Need to display a number in currency format? How about a number that is x digits in length? See how to easily, using two new methods of JavaScript 1.5+. (Unedited)

Product Showcase <http://www.codeproject.com/showcase/>

SQL Compare and SQL Packager <http://www.codeproject.com/article.asp?tag=20331291661538167> - Red Gate Software

A simple solution to scripting when sysdepends are damaged

VB / VBScript <http://www.codeproject.com/vbscript/>

Using Microsoft Agent Control 2.0 - Merlin <http://www.codeproject.com/article.asp?tag=20331291657638167> - spiderfreak3000

Shows the main features of Microsoft Agent Control 2.0 (Unedited)

Visual Basic Game <http://www.codeproject.com/article.asp?tag=20331291657838167> - Humayun Shabbir Bhutta

This is a small Visual Basic Game Software (Unedited)

 

.NET <http://www.codeproject.com/dotnet/>

UI & UA Changes on the road to Longhorn <http://www.codeproject.com/article.asp?tag=20331291640438174> - Rob Chandler

UI & UA Changes on the road to Longhorn

A CBC Stream Cipher in C# (With wrappers for two open source AES implementations in C# and C) <http://www.codeproject.com/article.asp?tag=20331291663438174> - Vasian Cepa

An article on .NET cryptography

PdfLibrary for creating Pdf with tables and text in C# <http://www.codeproject.com/article.asp?tag=20331291645938174> - zainu

Create Pdf files on the fly using this simple library (Unedited)

ASP.NET <http://www.codeproject.com/aspnet/>

I3HTree – Html Tree + Html Grid Web Control <http://www.codeproject.com/article.asp?tag=20331291643638174> - big71

An html tree control plus integrated data grid support for ASP.NET applications.This is the second release of the I3HTree control; several new features have been added, first of all an integrated grid support.

Databound Schedule control <http://www.codeproject.com/article.asp?tag=20331291645138174> - Jos Branders

This data control can show scheduled events automatically

Static-Site Search Engine with ASP.NET/C# <http://www.codeproject.com/article.asp?tag=20331291641138174> - craigd

Simple, free, easy to install Search page in C#.

MCMS Connector for SharePoint Technologies Review <http://www.codeproject.com/article.asp?tag=20331291646738174> - Stephen Huen

Review MCMS Connector for SharePoint Technologies (Unedited)

Populating a Search Engine with a C# Spider <http://www.codeproject.com/article.asp?tag=20331291643738174> - craigd

How-to build an ASP.NET search engine link-spider using C# (Unedited)

An Extensible Master-Page Framework for Asp.NET 1.1 Using Pattern Oriented Design <http://www.codeproject.com/article.asp?tag=20331291642938174> - Shams Mukhtar

Development of a framework for master-pages using asp.net and C# (Unedited)

ASP.NET Interfaces: Internet File Select and Upload Dialog <http://www.codeproject.com/article.asp?tag=20331291639438174> - Daniel Fisher (lennybacon)

A ASP.NET control to simply enable file browsing and uploading (Unedited)

VB.NET <http://www.codeproject.com/vb/net/>

Exposing COM interfaces of a .NET class library for Late Binding <http://www.codeproject.com/article.asp?tag=20331291641938174> - Muhammad Musa Ali

An article on how to expose COM interfaces for .NET components to be used by clients using Late Binding

MSDN style help for VB.NET projects using VBCommenter from Gotdotnet <http://www.codeproject.com/article.asp?tag=20331291641338174> - Adrita Bhor

Creating Help files for VB.NET

Making TripleDES Simple in Visual Basic .NET <http://www.codeproject.com/article.asp?tag=20331291641238174> - TonySelke

This is a simple wrapper class that provides an easy interface for encrypting and decrypting byte arrays and strings. (Unedited)

Document/View style approach inside .NET <http://www.codeproject.com/article.asp?tag=20331291663938174> - CoolToolsOnline

Creating a Document/View approach in .NET (Unedited)

Saving and Retrieving Application Control Settings as a *.confg file <http://www.codeproject.com/article.asp?tag=20331291638538174> - Brad Fackrell

This example will illustrate how the value of a control can be saved to a Config ( *.confg) file and then be retrieved. (Unedited)

C# Controls <http://www.codeproject.com/cs/miscctrl/>

ListView with Image on SubItems <http://www.codeproject.com/article.asp?tag=20331291646238174> - Carlos Carvalho

ListView with Image on SubItems

C# Progress Bar Status Bar Panel <http://www.codeproject.com/article.asp?tag=20331291642338174> - steven_fusco

A reusable progress bar panel control for display inside the status bar.

Combo & Listboxes <http://www.codeproject.com/cs/combobox/>

Getting Scroll Events for a Listbox <http://www.codeproject.com/article.asp?tag=20331291638638174> - bugshake

The standard framework won't tell when the scrollbar moved or what position it is. This code gives you that control. (Unedited)

C# Database <http://www.codeproject.com/cs/database/>

Wrapper Generator for SQL Server Stored Procedures <http://www.codeproject.com/article.asp?tag=20331291642438174> - Charles Horan

A utility application that generates .NET code for wrapping stored procedures. (Unedited)

C# Programming <http://www.codeproject.com/csharp/>

Wrapper Generator for SQL Server Stored Procedures <http://www.codeproject.com/article.asp?tag=20331291643238174> - Charles Horan

A simple tool that generates a wrapper class for stored procedures

Data Archive <http://www.codeproject.com/article.asp?tag=20331291641638174> - Nikolai Serdiuk

This article describes creating indexed search systems using relational databases

Access Web.Config application settings from a console or windows application <http://www.codeproject.com/article.asp?tag=20331291641838174> - cgreen69

Example of how to read web.config settings into a console or windows application

The very last Configuration Section Handler I hope I'll ever need <http://www.codeproject.com/article.asp?tag=20331291663638174> - Phil Haack

Flexible and easy to use configuration section handler with change monitoring

Merging Word Documents with C# <http://www.codeproject.com/article.asp?tag=20331291641438174> - rcrdev

This article describes how to, given an initial file and a set of modified versions of that file, generate a summarized document with all the changes.

Exception Handling in C# with the "Do Not Catch Exceptions That You Cannot Handle"-rule in mind <http://www.codeproject.com/article.asp?tag=20331291638938174> - Michael Vanhoutte

Exception Handling in C# with the "Do Not Catch Exceptions That You Cannot Handle"-rule in mind

Getting the printer's REAL margin bounds in .NET <http://www.codeproject.com/article.asp?tag=20331291642838174> - Philippe Leybaert

The .NET printing classes don't take into account the printer's physical margins. This class fixes this problem, so your printed pages will be using the correct margins.

Remote Controlled Windows Application <http://www.codeproject.com/article.asp?tag=20331291642738174> - Joel Brandenberger

How to let your Windows application be remote controlled

Applied Cryptography Part 1: Simple tool to enrcypt/decrypt e-mail messages <http://www.codeproject.com/article.asp?tag=20331291642538174> - Vlad Tepes

There is a lot of .NET cryptography articles but not many sample applications using it. This article (part 1) introduces an application that enables to send secure messages via email.

Creating and Deleting Custom Menus in Visio from C# Programming <http://www.codeproject.com/article.asp?tag=20331291644038174> - mesharaasi

Creating the visio custom menus and handling the click event from c# programe.This project requires visio application should run and it requires a default drawing should be opened. (Unedited)

XPath - Elements and Attributes <http://www.codeproject.com/article.asp?tag=20331291643038174> - sirgilligan

An article on using XPath to select elements of an XML. The XML uses various configurations of elements and attributes to represent identical data.

Button Controls <http://www.codeproject.com/buttonctrl/>

FooButtonGroup <http://www.codeproject.com/article.asp?tag=20331291646638174> - Ravi Bhavnani

An object that manages the mutually-exclusive selection behavior of a collection of FooButtons.

FooButton <http://www.codeproject.com/article.asp?tag=20331291645438174> - Ravi Bhavnani

A lightweight general-purpose owner drawn bitmap button.

Dialog and Windows <http://www.codeproject.com/dialog/>

Transparent Static Text In Dialogs <http://www.codeproject.com/article.asp?tag=20331291646538174> - danamac

A simple way to make static text controls draw transparently over the dialog background (Unedited)

Miscellaneous Controls <http://www.codeproject.com/miscctrl/>

UMLEditor - revisiting the vector editor <http://www.codeproject.com/article.asp?tag=20331291638438174> - Johan Rosengren

An UML editor with code-generation capabilities derived from CDiagramEditor

Internet & Network <http://www.codeproject.com/internet/>

VideoNet <http://www.codeproject.com/article.asp?tag=20331291640538174> - Nagareshwar

Peer to peer video conference application.

Printing <http://www.codeproject.com/printing/>

Localizing print preview <http://www.codeproject.com/article.asp?tag=20331291646338174> - E. Brunner

Draw your print preview buttons in your customers' language

Java Programming <http://www.codeproject.com/java/>

Java Generic Code - Taking control of Threaded Actions <http://www.codeproject.com/article.asp?tag=20331291638838174> - Doron Barak

A simpler way to use Threads. (Unedited)

Mobile / Embedded <http://www.codeproject.com/ce/>

Managing Blobs Using The ATL OLE DB Consumer Templates on the Pocket PC <http://www.codeproject.com/article.asp?tag=20331291642238174> - João Paulo Figueira

Managing large data types on SQL CE databases and the ATL OLE DB Consumer Templates (Unedited)

ASP <http://www.codeproject.com/asp/>

spell check text area <http://www.codeproject.com/article.asp?tag=20331291642638174> - S.K Vasantha Mohan

spell check (Unedited)

Book Chapters <http://www.codeproject.com/books/>

Building Websites with the ASP.NET Community Starter Kit - Chapter 8 <http://www.codeproject.com/article.asp?tag=20331291639938174> - Scott Allen

Sample chapter from the book

Design and Strategy <http://www.codeproject.com/gen/design/>

Value of Code <http://www.codeproject.com/article.asp?tag=20331291663338174> - ashvil

Code is often over valued and needs a migration strategy (Unedited)

Product Showcase <http://www.codeproject.com/showcase/>

Visual Assist X <http://www.codeproject.com/article.asp?tag=20331291645738174> - Whole Tomato

A popular add-in for most Microsoft IDEs and languages. Improves Intellisense, enhances coloring, offers suggestions.

.NET <http://www.codeproject.com/dotnet/>

A library to simplify access to image metadata <http://www.codeproject.com/article.asp?tag=20331291723238209> - George Mamaladze

A library to simplify access to image metadata.

Calling C# assembly functions having same name differing only by case, in VB.NET <http://www.codeproject.com/article.asp?tag=20331291725138209> - r@hu!

Calling C# assembly functions having same name differing only by case, in VB.NET.

Building COM Objects in C# <http://www.codeproject.com/article.asp?tag=20331291720338209> - mubbsher

Building COM Objects in C# (Unedited)

How to make the usage of the textual resources in .NET easy and robust to become <http://www.codeproject.com/article.asp?tag=20331291719838209> - yury.fedorov

The given article is for developers of the components for .NET platform, which support internationalisation. The article will also be useful for those, who working with .NET, using the resource files and functions like String.Format. (Unedited)

This is a simple C# Program that illustrate the usage of DataGrid with DataSet <http://www.codeproject.com/article.asp?tag=20331291720238209> - mubbsher

This is a simple C# Program that illustrate the usage of DataGrid with DataSet (Unedited)

ASP.NET <http://www.codeproject.com/aspnet/>

Extender provider components in ASP.NET: an IExtenderProvider implementation <http://www.codeproject.com/article.asp?tag=20331291719238209> - Frank Robijn

A workaround for the broken Visual Studio support for extender providers in ASP.NET

Submission Hijacking with ASP.NET <http://www.codeproject.com/article.asp?tag=20331291724738209> - Daniel P. Sendelbach

Here is a little article for doing preprocessing before the page is postback-ed to the server in ASP.NET

Taming ASP.NET Validation Summary control <http://www.codeproject.com/article.asp?tag=20331291722338209> - manu@progressivex.com

To disable and enable Validation Summary control in ASP.NET while displaying customized error messages to avoid displaying duplicate error messages.

Implement Script Callback Framework in ASP.NET 1.x <http://www.codeproject.com/article.asp?tag=20331291720938209> - Elvin Cheng

It allows calls to server events from client script code without causing the page to post back and refresh.

Image Generation in Visual Studio 2005 <http://www.codeproject.com/article.asp?tag=20331291721238209> - James Coleman

An article that demonstrates how one can leverage the ImageGenerator Class to create textual images on the fly

Customised ASP.NET Printing for Data Grids <http://www.codeproject.com/article.asp?tag=20331291718738209> - Russ Quinn

A solution to provide custom printing for data grids in ASP.NET

ASP.NET Session Management Internals <http://www.codeproject.com/article.asp?tag=20331291720738209> - Mandeep S Bhatia

This article goes through the internals of ASP.NET session management.

ASP.NET Guest entry Form <http://www.codeproject.com/article.asp?tag=20331291727238209> - mysorian

Guest Entry form with an XML Control (Unedited)

Modified Guest Book <http://www.codeproject.com/article.asp?tag=20331291727038209> - mysorian

Guest Form implemetation in ASp.Net with an XML Control (Unedited)

Modified Guest Entry Form <http://www.codeproject.com/article.asp?tag=20331291727138209> - mysorian

A Guest entry Form with an XML control (Unedited)

Selecting multiple checkboxes in a datagrid control <http://www.codeproject.com/article.asp?tag=20331291724138209> - azamsharp

How to select multiple checkboxes in a datagrid control (Unedited)

Template Rounded Corner Control <http://www.codeproject.com/article.asp?tag=20331291721438209> - billxie

Enhance Rounded Corner Control to support template (Unedited)

C# Controls <http://www.codeproject.com/cs/miscctrl/>

GraphicsBuffer Class - Buffering of Dynamic Visual States for Controls <http://www.codeproject.com/article.asp?tag=20331291720838209> - Rhy Mednick

This article discusses the usage of a custom class that caches custom images. The class, GraphicsBuffer, is best used to cache visual states for controls without concern for control flicker and unnecessary processor usage.

NotifyWindow: A different MSN Messenger style notification window <http://www.codeproject.com/article.asp?tag=20331291719738209> - Robert Misiak

Another MSN Messenger-like notification window, this one does its own drawing

Drag and Drop support for column reordering in DataGrid control <http://www.codeproject.com/article.asp?tag=20331291722238209> - Elvin Cheng

Enhance the DataGrid control with drag and drop support for column reordering

Data Binding TreeView in C# <http://www.codeproject.com/article.asp?tag=20331291722838209> - LZF

C# implementation of data binding TreeView.

C# Database <http://www.codeproject.com/cs/database/>

QASharp V1.2 [Query Analyzer like tool for MSDE database] <http://www.codeproject.com/article.asp?tag=20331291723838209> - Rajesh Pillai

This project is meant to provide a tool similar to query analyzer which can be used to execute queries, create tables and all other common database activities (Unedited)

C# Programming <http://www.codeproject.com/csharp/>

A C# implementation of Reversi (Othello) Game for PocketPC and Windows <http://www.codeproject.com/article.asp?tag=20331291723638209> - George Mamaladze

A C# implementation of Reversi (Othello) Game for PocketPC and Windows.

How to find current ApplicationContext at run time <http://www.codeproject.com/article.asp?tag=20331291723138209> - alphacon

How to find current ApplicationContext at run time.

Importing and Extending ActiveX Controls in .NET <http://www.codeproject.com/article.asp?tag=20331291722738209> - Colin Peng & Yang Si

Importing and extending ActiveX controls in .NET.

Analog Clock <http://www.codeproject.com/article.asp?tag=20331291719438209> - Nidhi S

An analog clock control that can raise alarm at a given time and that can also set a count down alarm.

Steganography 12 - Regions with different data density <http://www.codeproject.com/article.asp?tag=20331291719938209> - Corinna John

Define Regions inside an Image to keep smooth colours free from hidden data.

Multithreading In C# <http://www.codeproject.com/article.asp?tag=20331291720538209> - mubbsher

Multithreading in C#.

A C# Framework for Interprocess Synchronization and Communication <http://www.codeproject.com/article.asp?tag=20331291719538209> - Christoph Ruegg

How to share resources and implement a rich message/data passing architecture between threads and processes (SOA)

Menu handler for Most Recently Used files <http://www.codeproject.com/article.asp?tag=20331291724338209> - TDWiseley

A simple class for implementing Most Recently Used files functionality for multiple situations. (Unedited)

How to get current ApplicationContext instance at run time <http://www.codeproject.com/article.asp?tag=20331291723038209> - alphacon

Step by step instruction how to get current ApplicationContext instance at run time (Unedited)

Sorted globalized property grid <http://www.codeproject.com/article.asp?tag=20331291719638209> - wout de zeeuw

An article on sorting and globalization of properties in a PropertyGrid

XPath - Elements and Attributes <http://www.codeproject.com/article.asp?tag=20331291718938209> - sirgilligan

Beginners Tutorial for XSLT. Creating elements, converting attributes into elements, selecting parent node, and other examples

Multimedia <http://www.codeproject.com/cs/media/>

A simple C# Wave editor, part 1: Background and analysis <http://www.codeproject.com/article.asp?tag=20331291725038209> - Jonathan Kade

The first phase of a RIFF/Wave editing "swiss army knife", in which we'll learn how to extract all the data present in common Wave files and store it in an XML document.

Button Controls <http://www.codeproject.com/buttonctrl/>

CColorBox <http://www.codeproject.com/article.asp?tag=20331291722038209> - PEK

A very simple button that show a color and let the user change it by clicking on the button. (Unedited)

List Controls <http://www.codeproject.com/listctrl/>

Using virtual lists <http://www.codeproject.com/article.asp?tag=20331291723538209> - PEK

This article explains how to work with virtual lists, a very fast list that is useful to show a large number of items.

Miscellaneous Controls <http://www.codeproject.com/miscctrl/>

An MFC Calculator Custom Control with No Resource File Dependencies <http://www.codeproject.com/article.asp?tag=20331291725338209> - peterboulton

A re-usable calculator custom control which works and looks like a hand held calculator, which can be used in to any MFC application by simply adding a cpp and a h file to the project (no resource file dependencies). (Unedited)

Property Sheets <http://www.codeproject.com/property/>

CTreePropSheetEx – an extended version of CTreePropSheet <http://www.codeproject.com/article.asp?tag=20331291721938209> - Yves Tkaczyk

CTreePropSheetEx is an extension of CTreePropSheet offering new features such as resizing, skipping empty pages, and new property frames.

C++ / MFC <http://www.codeproject.com/cpp/>

MessageBoxTimeout API <http://www.codeproject.com/article.asp?tag=20331291725838209> - Maurizio Pisano

An article on using the non documented MessageBoxTimeout API.

CPP Math and Fun <http://www.codeproject.com/article.asp?tag=20331291722138209> - Zeeshan Amjad

Fun with Maths

Debug tips <http://www.codeproject.com/debug/>

Debug Tutorial Part 7: Locks and Synchronization Objects <http://www.codeproject.com/article.asp?tag=20331291726338209> - Toby Opferman

Learn the basics of debugging deadlocks and other issues. (Unedited)

Debug Tutorial Part 6: Navigating The Kernel Debugger <http://www.codeproject.com/article.asp?tag=20331291725738209> - Toby Opferman

Learn the basics of the kernel debugger. (Unedited)

DLLs <http://www.codeproject.com/dll/>

A Lightning Fast DLL for Word Game Writers, Complete With the Dictionary Files <http://www.codeproject.com/article.asp?tag=20331291726538209> - kbxkb

This DLL and the test MFC application supplied demonstrates how efficiently large number of words can be dealt with lightning fast - for wild card matching and checking existence. This DLL is just the all-in-one tool that a word game writer needs - one who needs a very fast dictionary facility. (Unedited)

Internet & Network <http://www.codeproject.com/internet/>

Simple Instant Messaging using MailSlots <http://www.codeproject.com/article.asp?tag=20331291721538209> - telemacher

An article on using Windows MailSlots to create a basic Instant Message Client

STL <http://www.codeproject.com/vcpp/stl/>

typeof operator implementation <http://www.codeproject.com/article.asp?tag=20331291725638209> - Goran Mitrovic

A typeof operator for Visual C++ 7.1 compiler. (Unedited)

Win32 / SDK <http://www.codeproject.com/win32/>

An interruptible mutex class <http://www.codeproject.com/article.asp?tag=20331291725538209> - Rob Manderson

How to safely terminate a thread waiting on a mutex

ASP <http://www.codeproject.com/asp/>

Classic ASP Framework 2.0 - Make your Classic ASP code work like in ASP.NET <http://www.codeproject.com/article.asp?tag=20331291726638209> - Christian Calderon

The Classic ASP Framework (CLASP) will allow you to structure your ASP pages in the same way you do it with ASP.NET

Design and Strategy <http://www.codeproject.com/gen/design/>

Defensive programming <http://www.codeproject.com/article.asp?tag=20331291724838209> - Rob Manderson

Some thoughts on how to write software defensively

Composites and Visitors - a Templatised Approach <http://www.codeproject.com/article.asp?tag=20331291726438209> - Dave_H

An article on a templatised implementation of composite and visitor interaction (Unedited)

Software Quality – Make it a reality <http://www.codeproject.com/article.asp?tag=20331291724538209> - orinaf

Quality is a discipline. Follow simple rules which work for you and take pride in creating your masterpiece. (Unedited)

A Rich-Thin Client, Distributed Client-Server Environment Using A Declarative Language Architecture <http://www.codeproject.com/article.asp?tag=20331291720038209> - GenLang

A white paper discussing the benefits of declarative programming for rich-thin clients. (Unedited)

ISAPI <http://www.codeproject.com/isapi/>

Modify the realm in the browsers authentication dialog <http://www.codeproject.com/article.asp?tag=20331291722538209> - Proxy4NT

An article on using ISAPI with MFC support to modify the authentication realm (Unedited)

Usage of the client authorization in a ISAPI Extension <http://www.codeproject.com/article.asp?tag=20331291722938209> - Proxy4NT

An article on how can the authorization used in a ISAPI Extension (Unedited)

JavaScript <http://www.codeproject.com/jscript/>

Getting URL parameters using JavaScript <http://www.codeproject.com/article.asp?tag=20331291726838209> - Panos Argiropedas

An article on getting URL parameters using JavaScript (IE, NS).

Product Showcase <http://www.codeproject.com/showcase/>

SQL Packager <http://www.codeproject.com/article.asp?tag=20331291722438209> - Red Gate Software

SQL Packager packages up the schema and contents of Microsoft SQL Server databases so that installing a database is much simpler.

.NET <http://www.codeproject.com/dotnet/>

.NET Interactions with j2EE based Web Applications <http://www.codeproject.com/article.asp?tag=20331291705938216> - Chellam

An article on .NET applications' interaction with j2EE based web applications.

Check Help Links Tool <http://www.codeproject.com/article.asp?tag=20331291708538216> - Nicholas Butler

A tool to check links across merged help ( CHM ) files (Unedited)

Logging method name in .NET <http://www.codeproject.com/article.asp?tag=20331291705238216> - S Sansanwal

This article provides an overview for getting current and parent method name for logging purpose (Unedited)

Building a Refactoring Plugin for VS.NET - the Sequel <http://www.codeproject.com/article.asp?tag=20331291708738216> - Stephan Meyn

Describes how to extend the original refactor add-in with additional features

.NET Compact Framework <http://www.codeproject.com/netcf/>

How to save Bitmaps from a VB PocketPC application <http://www.codeproject.com/article.asp?tag=20331291708438216> - Nigel-Findlater

How to save Bitmaps from Pocket PC applications using VB

ASP.NET <http://www.codeproject.com/aspnet/>

Filterable Grid for ASP.NET <http://www.codeproject.com/article.asp?tag=20331291705538216> - Hemang Shukla

An article on a filterable Grid for ASP.NET.

How to group RadioButtons <http://www.codeproject.com/article.asp?tag=20331291704838216> - Vladimir Smirnov

This article describes how to group radio-buttons when using them in DataGrid, DataList, Repeater etc.

Creating multilingual websites - Part 1 <http://www.codeproject.com/article.asp?tag=20331291708638216> - Karl Seguin

Extend the existing globalization capabilities of .NET to create flexible and powerful multilgual web sites. First, create a custom ResourceManager, and then create custom localized-capable server controls to easily deploy multilingual functionality.

ASP.NET Deployment App <http://www.codeproject.com/article.asp?tag=20331291703738216> - bob_dotnet

How I created an application to help exclude the many files needed to deploy a DotNetNuke site

ViewState Provider - an implementation using Provider Model Design Pattern <http://www.codeproject.com/article.asp?tag=20331291708938216> - Elvin Cheng

Solve the ViewState problems using the industry well-known pattern - Provider Model design pattern (Unedited)

Enable DataList Row Highliting and Click Event Postback <http://www.codeproject.com/article.asp?tag=20331291707438216> - billxie

Enable DataList Row Highliting and Click Event Postback using non-display button and databinding technique (Unedited)

JavaScript Prompts for Buttons in Asp:DataGrid for Delete Column <http://www.codeproject.com/article.asp?tag=20331291707838216> - Akash Kava

Adding JavaScript Prompt for Delete Command in DataGrid (Easy undocumented way) (Unedited)

Multiple selection using DropDownList in DataGrid <http://www.codeproject.com/article.asp?tag=20331291706938216> - azamsharp

Multiple selection using DropDownList in DataGrid (Unedited)

Optimized ASP.NET DataGrid Sorting <http://www.codeproject.com/article.asp?tag=20331291706638216> - billxie

Minimize viewsate and database access to achieve optimized datagrid sorting (Unedited)

Publishing Crystal Report as a Web Service <http://www.codeproject.com/article.asp?tag=20331291704938216> - mysorian

A code walk to expose a Crystal Report as a Web Service (Unedited)

Validator Controls in ASP.NET <http://www.codeproject.com/article.asp?tag=20331291703138216> - vivekthangaswamy

Validator Controls in ASP.NET (Unedited)

Managed C++ <http://www.codeproject.com/managedcpp/>

Deterministic Destruction in C++/CLI <http://www.codeproject.com/article.asp?tag=20331291705338216> - Nishant S

Looks at how deterministic destruction is possible with C++/CLI

VB.NET <http://www.codeproject.com/vb/net/>

On Migrating a VB Project to VB.NET <http://www.codeproject.com/article.asp?tag=20331291709238216> - mysorian

Describes the migration of a simple vb project to vb.net. (Unedited)

Automate code-writing in VB.NET control's development <http://www.codeproject.com/article.asp?tag=20331291704438216> - Francesco Smelzo

Utility for automate code writing for VB.NET control's developers (Unedited)

Oracle Stored Procedure Wrapper <http://www.codeproject.com/article.asp?tag=20331291705038216> - Barry Etter

This small VB.NET application allows you to quickly generate VB.NET wrapper code for your Oracle stored procedures. (Unedited)

C# Controls <http://www.codeproject.com/cs/miscctrl/>

Transparent Bitmap Buttons with Alpha-Blended Regions in .NET <http://www.codeproject.com/article.asp?tag=20331291706538216> - Bob Carboni

How to create and draw transparent bitmap buttons in .NET Forms.

Drill-down Combo Control <http://www.codeproject.com/article.asp?tag=20331291702838216> - omcken

A flexible drill-down combo control supporting hierarchical, cascading selections.

MessageBox with a timeout for .NET <http://www.codeproject.com/article.asp?tag=20331291705638216> - RodgerB

Just like MessageBox.Show but with an added timeout parameter

Multi-select Treeview control v2.0 <http://www.codeproject.com/article.asp?tag=20331291709438216> - Mikael Wiberg

Multi-select Treeview control v2.0

A variation on the default TrackBar <http://www.codeproject.com/article.asp?tag=20331291706238216> - Guinness4Strength

Multi-Color and Multi-directional TrackBar (Unedited)

Combo & Listboxes <http://www.codeproject.com/cs/combobox/>

Drill-down Combo Control <http://www.codeproject.com/article.asp?tag=20331291705438216> - Ken Wahren

A flexible drill-down combo control supporting hierarchical, cascading selections

C# Programming <http://www.codeproject.com/csharp/>

Dynamic Dialog Box <http://www.codeproject.com/article.asp?tag=20331291703938216> - Donsw

An article on dynamic dialog boxes and ListView control.

Generic Tree Container in C# 2.0 <http://www.codeproject.com/article.asp?tag=20331291704738216> - AzazelDev aka Max Hajek

A small library implementing a generic tree container showing off generics and iterators.

DataGrid Formatting <http://www.codeproject.com/article.asp?tag=20331291708338216> - sreejith ss nair

Applying DataGridTableStyle class In WinForm DataGrid control.

Smart Thread Pool <http://www.codeproject.com/article.asp?tag=20331291727738216> - Ami Bar

Smart Thread Pool implementation in .NET.

Automating a specific instance of Visual Studio .NET using C# <http://www.codeproject.com/article.asp?tag=20331291707238216> - Mohamed Hendawi

Get a list of running Visual Studio instances, and a reference to the automation server. (Unedited)

Retrieve detailed information of a File <http://www.codeproject.com/article.asp?tag=20331291707538216> - cuepack

The article shows how to get the detailed informationen like comments, author... from a file. (Unedited)

Simplifying Exception-Safe Code, Generics Style <http://www.codeproject.com/article.asp?tag=20331291707338216> - mabdulfatah

Exception correctness can be more easily attainted with the help of generics and C#'s "using" clause. (Unedited)

Persist Window State Component <http://www.codeproject.com/article.asp?tag=20331291706738216> - minja

A WinForms component to save window position and sizes to registry or XML file or custom saving based on developer choice. (Unedited)

Multimedia <http://www.codeproject.com/cs/media/>

Creating a Managed Automated Information Agent (mBot) <http://www.codeproject.com/article.asp?tag=20331291706438216> - RTC-LCS-Developer

mBot manages multiple RTC Client objects and exposes interfaces to them via .Net Remoting and .Net Web Services so that they can be managed and used remotely by other .Net applications or by entirely different platforms such as a Java J2EE/SOAP application like Jabber IM running on Linux or Windows. (Unedited)

Multiple player snake in 3D <http://www.codeproject.com/article.asp?tag=20331291706338216> - Cr@zyIv@n

A new version of the old game (Unedited)

PhotoUtil <http://www.codeproject.com/article.asp?tag=20331291703638216> - Surain Shen

An utility to add date stamp on photos. (Unedited)

Button Controls <http://www.codeproject.com/buttonctrl/>

Transparent Button with Region and Anti-Aliased Edges <http://www.codeproject.com/article.asp?tag=20331291703238216> - Bob Carboni

Code for creating transparent, blended bitmapped buttons (Unedited)

Dialog and Windows <http://www.codeproject.com/dialog/>

How to make a Message Only Window <http://www.codeproject.com/article.asp?tag=20331291705738216> - bryce

An article on how to make a message only window.

Miscellaneous Controls <http://www.codeproject.com/miscctrl/>

A Property Table Editor <http://www.codeproject.com/article.asp?tag=20331291704238216> - skybirdcao

An article showing a property table editor like VC7.0's property table.

C++ / MFC <http://www.codeproject.com/cpp/>

MSI Packages Manager <http://www.codeproject.com/article.asp?tag=20331291703838216> - JOHN11

This article shows how to process one or many MSI packages just by providing a configuration file. It gives also many useful hints and tricks that can be used in other projects.

CDfaRegEx: A DFA Implementation of a Regular Expression compiler <http://www.codeproject.com/article.asp?tag=20331291709138216> - Ben Hanson

Learn how to write a regular expression parser/compiler. (Unedited)

Composites-Visitors pattern: the OOP way <http://www.codeproject.com/article.asp?tag=20331291709338216> - emilio_grv

an implementation of the composite-visitors pattern avoiding the use of rescursive generic code (Unedited)

TV Infomercials, Zip Codes, & The Haversine Formula <http://www.codeproject.com/article.asp?tag=20331291707138216> - Bill SerGio, The Infomercial King

TV Infomercials, Zip Codes, and Haversine Formula for Distances from Zip Codes to TV Stations (Unedited)

Database <http://www.codeproject.com/database/>

Retrieving Mutually Exclusive Records using Seagate Crystal Reports <http://www.codeproject.com/article.asp?tag=20331291706038216> - Muneeb Ahmed Awan

An article explaining the retrieval of mutually exclusive records using Crystal Reports with VC++, and unleashing the problems with solutions.

Files and Folders <http://www.codeproject.com/file/>

CTextFileDocument <http://www.codeproject.com/article.asp?tag=20331291704638216> - PEK

CTextFileDocument let you write and read text files with different encodings (ASCII, UTF-8, Unicode 16 little/big endian is supported. (Unedited)

Internet & Network <http://www.codeproject.com/internet/>

Access Internet Explorer's History in MFC <http://www.codeproject.com/article.asp?tag=20331291708138216> - Akash Kava

Getting the History from Internet Explorer in MFC (Unedited)

DNS Resolver RFC 1035 <http://www.codeproject.com/article.asp?tag=20331291708038216> - Akash Kava

Dns Resolving by RFC 1035, Complete Library for All versions of Windows (Unedited)

Shell Programming <http://www.codeproject.com/shell/>

An almost complete Namespace Extension Sample <http://www.codeproject.com/article.asp?tag=20331291706138216> - Pascal Hurni

An implementation of a shell namespace extension that uses the system provided ShellView (SHCreateShellFolderView) (Unedited)

Threads, Processes & IPC <http://www.codeproject.com/threads/>

Thread Synchronization for Beginners <http://www.codeproject.com/article.asp?tag=20331291704138216> - R.selvam

This article explains how to use Simple Thread synchronization in Win32 and MFC.

WTL <http://www.codeproject.com/wtl/>

WTL SeaBattle game <http://www.codeproject.com/article.asp?tag=20331291705838216> - Gregory Elbert

SeaBattle game written using WTL

Resourceless dialogs <http://www.codeproject.com/article.asp?tag=20331291708238216> - Mr. TriloByte

How to create a resourceless dialog in wtl using the Resourceless Dialog Toolkit from Trilobyte-Solutions.nl

Fonts & GDI <http://www.codeproject.com/gdi/>

DrawHTML <http://www.codeproject.com/article.asp?tag=20331291702438216> - Ukkie9

A drop-in replacement for the DrawText() SDK function with minimal HTML support.

Bugs and Workarounds <http://www.codeproject.com/buglist/>

Visual Studio.NET Blank Property Browser Bug <http://www.codeproject.com/article.asp?tag=20331291707738216> - Akash Kava

Visual Studio.NET 2003 version's property browser goes blank, I found the remedy and I have made Add-in to resolve this bug. (Unedited)

JavaScript <http://www.codeproject.com/jscript/>

An Introduction to JSON <http://www.codeproject.com/article.asp?tag=20331291706838216> - DFU23

An introduction to JSON, the JavaScript Object Notation, which has been described as "A Fat-Free Alternative to XML" (Unedited)

Transform a WordML Document with XSL <http://nl.internet.com/c.html?rtr=on&s=1,1240,1,1i16,j5u1,1wyh,4kr1>
by Sonu Kapoor
From Word format, to XML, to HTML, Word 2003 makes moving between document formats easy-and with a VBA macro and a little XSL transformation work, you can make the process completely transparent for your end users. Find out how easy it is to transform a WordML document with XSL. (from the
XML Zone <http://nl.internet.com/c.html?rtr=on&s=1,1240,1,7yuu,luj9,1wyh,4kr1>) <http://nl.internet.com/c.html?rtr=on&s=1,1240,1,1z4f,8pkm,1wyh,4kr1>& <http://nl.internet.com/c.html?rtr=on&s=1,1240,1,1z4f,8pkm,1wyh,4kr1> VB Tip: Process String Characters Using Byte Arrays <http://nl.internet.com/c.html?rtr=on&s=1,1240,1,1z4f,8pkm,1wyh,4kr1>
by Francesco Balena
When you need to process each character in a string, you can assign the string to a byte array and iterate on its elements. (from the
DevX Tip Bank <http://nl.internet.com/c.html?rtr=on&s=1,1240,1,kv84,1xxf,1wyh,4kr1>)

&Get Your UML Diagramming Tips Pack <http://nl.internet.com/c.html?rtr=on&s=1,1240,1,dz8m,b93s,1wyh,4kr1>
Get hands-on tips and technical insights to improve the quality of your UML activity and sequence diagrams. This UML tips pack will teach you: When to use UML activity diagrams, how to draw UML activity diagrams, UML sequence diagramming with style, and how to draw clean UML diagrams. Plus, you'll get an introduction to UML sequence diagrams. Access your UML Diagramming Tips Pack now!

&Tutorial: Learn to Deploy .NET Windows Apps <http://nl.internet.com/c.html?rtr=on&s=1,1240,1,4h8h,d5b6,1wyh,4kr1>
This tutorial covers the deployment of .NET Windows applications. First, you'll look at using a setup and deployment project to create a Microsoft Installer (MSI) package. This traditional method of deployment is very common and is used to conveniently deploy a Windows application to a relatively large number of users. Next, you'll learn how to create a "no-touch" deployment using files automatically downloaded from a Web server. Applications deployed this way are very simple to maintain. Access this tutorial now!

&SCM 101: Understanding SCM in Today's Market <http://nl.internet.com/c.html?rtr=on&s=1,1240,1,qp6,gfyy,1wyh,4kr1>
Today, with so many software projects running into many millions of lines of code, with multiple and geographically dispersed teams working on separate modules of a program, SCM has become too large and important a task to be performed by anything less than dedicated, professional-level, commercial tools. Learn the real cost of a casual approach to SCM.

Learn Better Ways to Manage Your Cache in ASP.NET <http://nl.internet.com/c.html?rtr=on&s=1,12u4,1,4556,b9pc,1wyh,4kr1> by Wei-Meng Lee Learn how to use caching effectively today and tomorrow with some new (and some not-quite-as-new) cache management techniques for ASP.NET 1.x and 2.0.

<http://nl.internet.com/c.html?rtr=on&s=1,12u4,1,blqs,jbfl,1wyh,4kr1>&<http://nl.internet.com/c.html?rtr=on&s=1,12u4,1,blqs,jbfl,1wyh,4kr1>

Customize Your Builds in Visual Studio Using the Standalone MSBuild Tool <http://nl.internet.com/c.html?rtr=on&s=1,12u4,1,blqs,jbfl,1wyh,4kr1> by Klaus Aschenbrenner The build process inside Visual Studio has been redesigned from scratch in Visual Studio 2005, stripped out from the confines of the IDE, and shipped all on its own as a separate tool called MSBuild. And because MSBuild is part of the .NET Framework 2.0, you can start customizing your own build processes and extend them with user-defined tasks.

<http://nl.internet.com/c.html?rtr=on&s=1,12u4,1,3wgl,hwbt,1wyh,4kr1>&<http://nl.internet.com/c.html?rtr=on&s=1,12u4,1,3wgl,hwbt,1wyh,4kr1>

Overload Operators to Operate on Your Objects <http://nl.internet.com/c.html?rtr=on&s=1,12u4,1,3wgl,hwbt,1wyh,4kr1> by Deborah Kurata Operator overloading provides an intuitive way to support mathematical and comparative operations on your objects.

 

Change How You Access Data <http://linktrack.fawcette.com/trk/click?ref=zp07fidc0_0-398x31f59x114487>
ADO.NET 2.0 provides native support for user-defined data types (UDTs) by the data access client, the built-in capability to do data paging, and more. [Read More <http://linktrack.fawcette.com/trk/click?ref=zp07fidc0_0-398x31f5ax114487>]

Make Code Robust With Flexible Queries <http://linktrack.fawcette.com/trk/click?ref=zp07fidc0_0-398x31f54x114487>

Using a flexible query system enables you to build a system that is robust in the face of data structure changes. [Read More <http://linktrack.fawcette.com/trk/click?ref=zp07fidc0_0-398x31f55x114487>]

Learn the Fundamentals of VB.NET <http://linktrack.fawcette.com/trk/click?ref=zp07fidc0_0-398x31f61x114487>
The Visual Basic .NET Programming Language explains clearly and concisely how VB works, covering data types, conversions, exceptions, object-oriented properties, events, and more. [Read More <http://linktrack.fawcette.com/trk/click?ref=zp07fidc0_0-398x31f62x114487>]

Build a SharePoint Web Part <http://linktrack.fawcette.com/trk/click?ref=zp07fidc0_0-398x31f68x114487>
Use SharePoint's free, built-in functionality to create a customizable sun times calculator that lets users supply their own data to a custom Web Part. [Read More <http://linktrack.fawcette.com/trk/click?ref=zp07fidc0_0-398x31f69x114487>]

'RawDog Menu' <http://nl.internet.com/c.html?rtr=on&s=1,1329,1,a21a,b7jq,1wyh,4kr1>
by Ed Porter
Create your own owner-drawn menus with zero GDI overhead. Very fast menus, control over graphics and themes, tooltips, and floating toolbars, icon files, or bitmaps. This project is no longer being worked on by the author, but the full source code to this amazing menu system is included. Check this out today!

Advanced Cryptography <http://nl.internet.com/c.html?rtr=on&s=1,1329,1,jrac,2r2r,1wyh,4kr1>
by Anonymous
Add a bit of intrigue to your applications with these encryption samples. Don't want users peeking about at your data files? Or perhaps you want to secure some registration information—then look no further—download this code sample today!

&FreeVBCode.com Forums Have Been Migrated to DevX! <http://nl.internet.com/c.html?rtr=on&s=1,1329,1,b7wo,bv61,1wyh,4kr1>
The update should now be complete and the new forum software is in use. As many of you know, this software provides numerous beneficial features. You will however need to register a User ID. The same ID will work in both forum areas—DevX and FreeVBCode. So what are you waiting for? Get yourselves on over there and let's hit the ground running!

 

&Recursively List Files and Folders <http://nl.internet.com/c.html?rtr=on&s=1,1329,1,i3ab,2fty,1wyh,4kr1> Another one of those old computer science algorithms back to haunt us! But don't despair—download this piece of code to visually and recursively display a list of files and folders. But be warned, don't start the recursion too close to your root folder or we all know what'll happen!

<http://nl.internet.com/c.html?rtr=on&s=1,1329,1,17ti,kgtb,1wyh,4kr1>&<http://nl.internet.com/c.html?rtr=on&s=1,1329,1,17ti,kgtb,1wyh,4kr1>

&Create a Microsoft Excel Workbook Without Having Microsoft Excel Installed <http://nl.internet.com/c.html?rtr=on&s=1,1329,1,17ti,kgtb,1wyh,4kr1> Use this great code to create a simple Excel workbook without requiring an installed copy of Microsoft Excel. Supports multiple sheets, labels, numbers, dates, blank cells, limited support for formula cells, support for print settings, lines, colors, patterns, text alignments, etc. The list goes on! Excellent piece of code, grab it today. *Code of the month*

<http://nl.internet.com/c.html?rtr=on&s=1,1329,1,5stm,ijxv,1wyh,4kr1>&<http://nl.internet.com/c.html?rtr=on&s=1,1329,1,5stm,ijxv,1wyh,4kr1>

&Create Vertical Strings <http://nl.internet.com/c.html?rtr=on&s=1,1329,1,5stm,ijxv,1wyh,4kr1> A quaint code submission showing a method of creating vertical strings. Check this out today for a few unique approaches.

<http://nl.internet.com/c.html?rtr=on&s=1,1329,1,95m4,1um5,1wyh,4kr1>&<http://nl.internet.com/c.html?rtr=on&s=1,1329,1,95m4,1um5,1wyh,4kr1>

&Smart Date Conversions <http://nl.internet.com/c.html?rtr=on&s=1,1329,1,95m4,1um5,1wyh,4kr1> This code will convert given user date entries into the most probably correct date. Check it out today if you work with dates.

<http://nl.internet.com/c.html?rtr=on&s=1,1329,1,lq4l,ic5z,1wyh,4kr1>&<http://nl.internet.com/c.html?rtr=on&s=1,1329,1,lq4l,ic5z,1wyh,4kr1>

&Status of NT Services <http://nl.internet.com/c.html?rtr=on&s=1,1329,1,lq4l,ic5z,1wyh,4kr1> NT Services are just one of those things that, although we don't need to deal with them all that much, whenever we do, we wish we had an application to do it all for us. Use this application to check on the status of your services.

 

Remove Hidden Data In Office Documents

Even been caught with the embarrassment of some one looking at all the modifications you made in a Word file? Sometimes with contracts this can even become more than just an embarrassement! I found a page on the MS website that has an add-in that allows you to permanently remove hidden data. Quite useful in some situations when you only want to show the final product to come out in Word, Excel or PowerPoint presentations.

The Remove Hidden Data add-in is a tool that you can use to remove personal or hidden data that might not be immediately apparent when you view the document in your Microsoft Office application.
<http://www.w2knews.com/rd/rd.cfm?id=040830TB-Hidden_Data&mid=5792198532724685>

Something Ultracool at MS-Research

Seen Tom Cruise manipulating graphics in Minority Report? Well, that technology is closer than you think. Stewart Tansley at MS-research has cooked up something called "touchlight" technology. There is a video of it at Channel 9 on MSDN and you do want to see those 4 minutes of video. Here is the link, and scroll down to the section called 'Stewart Tansley - First look at MSR's "touch light". Enjoy!
<http://www.w2knews.com/rd/rd.cfm?id=040830RN-Channel9&mid=5792198532724685>


Add Your Comment


New Orleans Personal Computer Club
Old musicians never die, they just de-compose.

 

New Events

  • July 2010 GNONUG Meeting
    Patrick LeBlanc
    Profiling Your DB
    Tuesday, July 13, 2010 6:30pm
    New Horizons New Orleans


  • July GNONUG Meeting
    Steve Andrews will be our guest presenter on Monday, July 13 from 6:30 pm - 9:00 pm. This event is open to anyone interested in .Net.

  • (Speaker Idol) June BRDNUG .Net User
    Sponsored by: Sparkhound

    SPEAKER IDOL Format
    1. 5 speakers.
    2. 15 minutes each.
    3. 3 Grueling judges (Billy Jacobs, Jon Dalberg, Mike Huguet)
    4. Audience will choose the winner.
    5. Great prizes!

    Agenda
    5:45 pm - 6:15 pm: General Introduction/Food and Drinks
    6:15 pm - 7:30 pm: The Competition Will Begin
    7:30 pm - until: Open forum for questions



  •  

    New Posts

  • SharePoint admin/developer
    Posted by md3 on Sunday, April 04, 2010 (PST)

  • Baton Rouge .NET positions
    Posted by md3 on Wednesday, June 24, 2009 (PST)

  • Access
    Posted by md3 on Wednesday, September 19, 2007 (PST)


  •  
    Greater New Orleans .NET User Group "KNOW .NET" GNONUG