Home > Articles > Programming > Windows Programming

Windows Programming

674 Items

Sort by Date | Title

Creating Data-Enabled Web Pages using the DataList
Mar 8, 2002
Paul Kimmel shows how to describe a web page with a DataList control, fill out the templates to support rendering the page in browse and edit mode, and write the code that supports the page programmatically.
Creating Dynamic Drop Menus on Toolbar Buttons
Dec 17, 2004
Rick Ruhl shows how easy it is to create and use dynamic drop menus on toolbar buttons, with and without creating menu resources.
Creating Events and Delegates in VB.NET
Aug 20, 2001
In this article from Building Distributed Applications with VB.NET, learn even handling and the major uses of delegates in VB.NET. Dan Fox discusses mapping events to delegates, function substitution with delegates, and asychronous processing ...
Creating Graphics with DirectDraw Classes
Sep 7, 2001
Although DirectDraw was the cornerstone of DirectX technology for most of its life, it has now taken a back seat in DirectX 8. However, there are still many reasons to discuss DirectDraw. Author Keith Sink discusses these reasons in this sample chapter ...
Creating Multithreaded Applications
Sep 7, 2001
In this excerpt from his book Building Distributed Applications with VB.NET, author Dan Fox discusses the basics of using threads in VB ...
Creating Our First ASP
Oct 10, 2003
This sample chapter will walk you through the creation of your first practical ASP.NET Web page.
Creating Project Templates in .NET
Oct 25, 2002
Paul Kimmel demonstrates how to create custom project templates that jumpstart new projects in Visual Studio .NET. This technique saves time and gets new programmers up to speed on advanced techniques.
Creating Reusable Content in ASP.NET
May 21, 2004
The .NET Framework provides several techniques that are extremely useful and efficient and that can provide high levels of reuse for interface declarations and runtime code.
Creating Simple Forms in VB.NET
Mar 1, 2002
In this sample chapter from Sams Teach Yourself More Visual Basic .NET in 21 Days, Lowell Mauer focuses on various aspects of creating forms, including button bars, toolbars, and controls.
Creating Structures in Visual Basic .NET
Mar 8, 2002
In Visual Basic .NET, structures are similar to classes in that they associate one or more members with each other. In this article, excerpted from Sams Teach Yourself Object-Oriented Programming with Visual Basic .NET in 21 Days, Richard Simon discusses how to create structures in Visual Basic .NET.
Creating Typed DataSets For More Efficient Programming
Nov 29, 2002
Using Typed DataSets, you can make your programming efforts more efficient and precise, while at the same time providing type safety that normal DataSets lack. Rahul Sharma walks you through the process of creating a Typed DataSet.
Creating Visual Studio .NET Add-Ins
Mar 8, 2002
Walk through the steps for creating and registering an add-in, and for adding functionality to make it useful in this chapter excerpt from Visual Basic .NET Unleashed, by Paul Kimmel.
Creating Your First VB.NET Project
Jun 14, 2002
It's time to actually do something with Visual Basic .NET. Clayton Walnum teaches you the basic skills you need to create a simple program.
Crystallizing the Software Development Process: A Chat with Alistair Cockburn
Aug 10, 2009
In this interview, Alistair Cockburn shares his views on missing the point of Crystal, running productive work sessions (including the one that spawned The Agile Manifesto), and whether a project can be considered Agile if it doesnโ€™t use all the accepted methodologies.
Customizing and Managing Your Site's Appearance with ASP.NET 2.0 Tools
Mar 30, 2007
This chapter shows ways to customize the style of pages and controls in your Web application using ASP.NET 2.0.
Customizing the HTML Output
Jun 27, 2003
Learn how to improve the appearance of the DataGrid and DataList Web controls through the use of display properties. Those less artistically inclined will also benefit from the explanation of tools such as Visual Studio .NET and the Web Matrix Project, both of which provide automatic style schemes.
Data Binding on Web Forms
Feb 22, 2002
Get a good start working with data and data binding in ASP.NET in this sample chapter, excerpted from ASP.NET Developer’s JumpStart, by Paul Sheriff and Ken Getz (Addison-Wesley, 2002, ISBN: 0672323575).
Data Containers for .NET, Part 3
Apr 4, 2003
In Part 3 of his series on finding the best data container, Jimmy Nilsson sets his sights on two more test subjects: the wrapped DataSet and the Hashtable.
Database Access via C# ADO.NET
Jul 2, 2009
Having trouble getting off the ground with ADO.NET, and C# in particular? You don't have to be a DBA to get great results with this interesting technology; when you come right down to it, this isn't a complex area. Enterprise development and networking specialist Stephen B. Morris shows the way.
Database Independent Programming Using ADO.NET
Feb 15, 2002
Want to write database-independent code using ADO.NET interfaces? This article by Robert Oberg shows you how.

<< < Prev Page 8 9 10 11 12 Next >