Home > Articles > Programming > Windows Programming

Windows Programming

674 Items

Sort by Date | Title

Performing Form Validation with Validation Controls
Feb 22, 2002
Learn how to use the Validation Web controls to validate the information that a user enters into an HTML form in this sample chapter from ASP.NET Unleashed.
Persisting Your Visual Basic .NET Objects with .NET Serialization
Feb 9, 2007
The .NET Framework provides classes that let you save your objects to a file easily. This feature, called serialization, lets you create your own file formats. Jeff Cogswell shows you how to get the most out of the .NET serialization features.
Personalization with Profiles and Web Parts in ASP.NET 2.0
Jan 25, 2008
ASP.NET 2.0 has two new features that help developers manage and implement personalization in their sites.
Physical Layout of a .NET Assembly
Feb 15, 2002
Want to be more comfortable with assemblies in the .NET Framework? Kevin Burton gives you an overview of what is and what is not contained in them.
Practical Code Generation in .NET: Generating a Connection String Manager
May 27, 2010
Peter Vogel walks you through an end-to-end solution for code generation that concentrates on integrating with Visual Studio and working with the CodeElement objects.
Preparing for .NET Enterprise Technologies: Communications in an Enterprise Management Framework
Jan 18, 2002
In this sample chapter from Preparing for .NET Enterprise Technologies: A Practical Guide for People, PCs and Processes Interacting in a .NET World, Danielle and Nelson Ruest discuss how communication enables groups within the organization to work together and depend on each other ...
Preparing for .Net Enterprise Technologies: Supporting Processes
Jan 11, 2002
This chapter focuses on the different solutions that are needed to support the EMF. In addition, you'll learn about the backup plan that provides the most stability on all SPA objects: the certification program. And finally, because stability, reliability ...
Presenting Data with the DataGridView Control in .NET 2.0
Mar 3, 2006
In .NET 1.0, the DataGrid control was the primary Windows Forms control for presenting tabular data. Even though that control had a lot of capability and could present basic tabular data well, it was fairly difficult to customize many aspects of the control. Additionally, the DataGrid control didn’t expose enough information to the programmer about the user interactions with the grid and changes occurring in the grid due to programmatic modifications of the data or formatting. Due to these factors and a large number of new features that customers requested, the Windows Client team at Microsoft decided to introduce a replacement control for the DataGrid in .NET 2.0. That new control, the DataGridView control, is the focus of this chapter.
Privacy and .NET My Services: Can You Trust Microsoft?
Jan 25, 2002
Microsoft's forthcoming .NET My Services provides Web services that applications can use to access information about users. But what about privacy?
Professional Excel Development: Excel and VB.NET
May 28, 2009
This chapter introduces VB.NET along with the .NET Framework, shows how you can automate Excel with VB.NET, and finally covers ADO.NET, which is used to connect to and retrieve data from various data sources.
Professional Excel Development: Using Class Modules to Create Objects
May 27, 2009
The goal of this chapter from is to show you how to create your own objects, including how to create a single custom object and then create a collection containing multiple instances of the object, and how to trap and raise events within your classes.
Profiling .NET Applications: Part 1
Feb 15, 2002
Want to know where performance bottlenecks are in your application? Read about profiling in this three-part series by Kevin Burton.
Profiling .NET Applications: Part 2
Feb 15, 2002
Want to know where performance bottlenecks are in your application? Read about profiling in this three-part series by Kevin Burton.
Profiling .NET Applications: Part 3
Feb 15, 2002
Want to know where performance bottlenecks are in your application? Read about profiling in this three-part series by Kevin Burton.
Programming an ASP.NET Application: Changes from ASP.old
Jun 14, 2002
Programming an ASP.NET application is significantly different than programming in ASP.old. Jeffrey McManus and Chris Kinsman discuss the three categories of changes in ASP.NET: the control model, the event model, and the separation of code from presentation.
Programming Basics in Intermediate Language
Mar 15, 2002
The .NET framework encourages cross-language development using multiple programming languages. This is possible because of intermediate language, which Narayana Rao Surapaneni describes in this article.
Programming Drivers for the UMDF
Sep 28, 2011
Ron Reeves looks at programming a sample device driver.
Programming in .NET: The Type System
Jan 17, 2003
Brad Abrams, Mark Hammond, and Damien Watkins provide a detailed view of the type system of the Common Language Runtime.
Programming Paradigm
Sep 28, 2001
Learn how to write your own Windows program! In the main procedure, your program will create a window of a particular class and enter the message processing loop.
Programming the Windows Script Host
Apr 29, 2008
Paul McFedries shows how to execute scripts and runs through the various elements in the Windows Script Host object model.

<< < Prev Page 20 21 22 23 24 Next >