Click here to Skip to main content
15,893,564 members
Articles / Programming Languages / C#

Adding XP Themes to Custom .NET Controls

Rate me:
Please Sign up or sign in to vote.
4.76/5 (38 votes)
31 Aug 2003CPOL5 min read 231.7K   5.5K   130  
Rendering your own theme parts with the Windows XP UxTheme API
This article is about exploring the ability to create custom controls in the .NET platform, that make use of Windows XP's visual styles and themes. To that end, I have included a couple of fairly simple controls that mimic some of the behaviors that Windows Explorer implements in XP.
========================================================================
    DYNAMIC LINK LIBRARY : UxTheme.Net Project Overview
========================================================================

AppWizard has created this UxTheme.Net DLL for you.  

This file contains a summary of what you will find in each of the files that
make up your UxTheme.Net application.

UxTheme.Net.vcproj
    This is the main project file for VC++ projects generated using an Application Wizard. 
    It contains information about the version of Visual C++ that generated the file, and 
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

UxTheme.Net.cpp
    This is the main DLL source file.

UxTheme.Net.h
    This file contains a class declaration.

AssemblyInfo.cpp
	Contains custom attributes for modifying assembly metadata.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader Starkey Laboratories
United States United States
The first computer program I ever wrote was in BASIC on a TRS-80 Model I and it looked something like:
10 PRINT "Don is cool"
20 GOTO 10

It only went downhill from there.

Hey look, I've got a blog

Comments and Discussions