Click here to Skip to main content
6,629,885 members and growing! (22,909 online)
Email Password   helpLost your password?
Announcements
BullFrog Power
 
Search    
Add to IE Search

Articles by Scott McMaster (7 articles found)

Average article rating: 4.60

Dialogs and Windows

Advanced MessageBoxing with the C# MessageBoxIndirect Wrapper
Last Updated: 6 Mar 2007   Page Views: 58,516   Rating: 4.58/5    Votes: 10   Popularity: 4.58   Bookmark Count: 51
This article presents a friendly C# wrapper class for the MessageBoxIndirect API. The MessageBoxIndirect class allows you to add a help button, custom icon, locale-aware buttons, and different modalities to a message box.

Database

Best Practice for Binding WinForms ListControls
Last Updated: 26 Sep 2004   Page Views: 119,695   Rating: 4.72/5    Votes: 50   Popularity: 8.02   Bookmark Count: 64
This article demonstrates the best technique for databinding the ListBox and ComboBox controls in .NET Windows Forms

.NET Framework

Simplified Resource Management with the DisposableCollection Class
Last Updated: 26 Sep 2004   Page Views: 35,795   Rating: 4.42/5    Votes: 8   Popularity: 3.99   Bookmark Count: 14
This article demonstrates how a strongly typed collection of IDisposable objects can be used to simplify the management of multiple resources in .NET.
Automatic Runtime Tab Order Management for Windows Forms
Last Updated: 28 Oct 2004   Page Views: 94,854   Rating: 4.77/5    Votes: 60   Popularity: 8.48   Bookmark Count: 124
This article presents the TabOrderManager, which is a class that automatically adjusts the tab order on a Windows form based on different high-level schemes.
Generating String Resource Accessors for .NET
Last Updated: 2 Feb 2005   Page Views: 64,247   Rating: 4.38/5    Votes: 17   Popularity: 5.40   Bookmark Count: 38
This article presents a utility written in Visual Basic .NET that generates a C# or VB.NET source file from a .resx or .resources file. The resulting class enables compile-time checking of resource string identifier names and the numbers of format items.

C#

WebCacheTool: Manipulate the IE Browser Cache From the Command-Line
Last Updated: 23 Feb 2006   Page Views: 27,851   Rating: 4.64/5    Votes: 12   Popularity: 5.01   Bookmark Count: 23
This article presents the WebCacheTool, a command-line utility to make it easier and faster to list, view, and delete files residing in the Internet Explorer browser cache.

Algorithms & Recipes

RangeSet: A Low-Memory Set Data Structure for Integers
Last Updated: 6 May 2005   Page Views: 30,223   Rating: 4.68/5    Votes: 13   Popularity: 5.21   Bookmark Count: 22
This article presents a set data structure, the RangeSet. By storing ranges of included integers rather than the integers themselves, the RangeSet can dramatically reduce the memory overhead required by large sets.

Scott McMaster


Member
I have over 10 years of full-lifecycle software development experience on a variety of large projects. I have a B.S. in Math from the University of Nebraska-Lincoln, a Masters in Software Engineering from Seattle University, and a Masters in Computer Science from the University of Maryland. I specialize in building and installing tools, frameworks, and processes that improve developer productivity and product quality. I am currently based in the Seattle area.
Occupation: Web Developer
Location: United States United States


Last Updated 21 Nov 2009
Web18 | 2.2.0175 | Advertise | Privacy
Copyright © CodeProject, 1999-2009
All Rights Reserved. Terms of Use