The Wayback Machine - https://web.archive.org/web/20071123182115/http://www.codeguru.com:80/cpp/controls/

CodeGuru
Earthweb Search
Forums Wireless Jars Gamelan Developer.com
CodeGuru Navigation
Member Sign In
User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.
Biz Resources
Contact Management Software
Domain Name Services
Internet Security

jobs.internet.com

internet.commerce
Partners & Affiliates
Compare Prices
Calling Cards
Web Hosting Directory
Condos For Sale
Affiliate Programs
Auto Insurance Quote
Holiday Gift Ideas
Business Lists
Internet Security
Contemporary Art
Corporate Awards
Shop
Web Hosting
Giveaways


RSS Feeds

RSSAll

RSSVC++/C++

RSS.NET/C#

RSSVB

See more EarthWeb Network feeds

Home >> Visual C++ / C++ >> Controls


Usability and Design
The Usability and design space brings together the latest information, research, tools, podcasts, and conference information related to usability and design. Content is pulled from IBM and non-IBM sites. »
 
Ajax Resource Center
This space is your one-stop shop for information on the Ajax programming model, including articles and tutorials, discussion forums, blogs, wikis, events, and news. If it's happening, it's covered here. »
 
Linux Security
The Linux security space gives an overview of security issues related to Linux and covers all aspects of securing a Linux distribution. It also links to Linux security-related news and articles. »
 
Ruby Programming
Take a closer look at Ruby, a dynamic programming language that is growing rapidly in popularity. Explore its intriguing features and learn what programmers are doing with it. »
 
Wiki: WebSphere, SOA, J2EE in Practice
This wiki discusses how to use J2EE and related technologies to develop business applications, including how to make best use of IBM J2EE products like WebSphere Application Server and Rational Application Developer, and IBM SOA products like WebSphere Process Server and WebSphere Integration Developer. While it occasionally delves into tangential topics and future trends, the primary focus is on how to make use of the products and technologies that we have today. »

Controls

next

What's New in MFC 9.0 (Orcas): Command Link Buttons
Rating:
kirants - 10/25/2007
Explore the challenges of developing an MFC application to use on Vista and non-Vista platforms in the context of Vista's new Command Link Button style.

[Updated] Tree List Control
Rating:
xyz007 - 08/17/2007
Discover an implementation of a tree view, combined with a list view, for the Windows API. The view is compatible with the tree control of the common control.

TIP: Create In-Place ToolTips on Your Own Controls
Rating: none
pengch - 05/29/2007
Learn how very easy it is to create in-place ToolTips on your own controls, such as a treeview control.

Multiple Views Layout Without a Splitter
Rating: none
John Z. Czopowik VC++ MVP - 01/25/2007
Learn how to show multiple views in a frame window without using a splitter.

Tab Bar Control
Rating:
John Z. Czopowik VC++ MVP - 01/23/2007
Learn about the Tab Bar control class that is based on CControlBar and the Windows common tab control; it also uses my wrapper class CTabBarCtrl.

Owner Drawing the Submenu Arrow
Rating: none
drkato9 - 12/19/2006
Due to a restriction in the Win32 APIs, submenu arrows are always drawn, and always drawn enabled in owner drawn menus. Learn about a workaround for this situation.

[Updated] A Deterministic Method of Determining a Document's Modified State
Rating:
Jeffrey Walton - 11/29/2006
Determine when a document has been modified. In the particular case of word processors, most tend to have a "dirty" flag that is set when a user types. This article demonstrates a smarter "dirty" flag that uses probabilistic methods.

[Updated] Resources Explorer
Rating:
Georges Dumond - 09/07/2006
Learn about a search files with resources to explore it. The selected resource can be extracted. This tool is a sample of using Splitter, List, Tree, and resource display.

[Updated] MFC Extension Classes CListCtrlEx and CListViewEx
Rating:
Thomas Holte - 08/17/2006
Augmented versions of CListCtrl and CListView with sort direction indicators, coloring of the sort column, column hiding, and more.

ListView Loading Images BMP, PNG, GIF, JPEG, WMF, ICO, and EMF Files Natively (pure WINAPI)
Rating:
Ali Imran - 08/08/2006
Learn about the possibilites and extra functionality that a simple ListView provides for loading images, either from an external image file, an Internet URL, application resources, and from external EXE, DLL, OCS, or CPL files.

[Updated] Secure Random Password Generator
Rating:
Richard Strong - 06/23/2006
Generate a secure, random password of a desired length.

Progress Sphere
Rating: none
Robert Tari - 06/23/2006
Learn about a class that displays and automates a translucent, shadowed modal dialog with a progress sphere.

[Updated] DVD Explorer
Rating:
Georges Dumond - 06/12/2006
Learn about a new utility to analyse the data's structure on a DVD.

Mouse Progress Control
Rating:
Lars Werner - 04/03/2006
Learn about a progress bar control that follows the mouse cursor by using a system-wide hook.

Small C++ Class to Transform Any Static Control into a Hyperlink Control
Rating:
lano1106 - 02/15/2006
Discover how to develop your own hyperlink control implementation.

[Updated] Matrix-Like Credits for MFC Applications
Rating:
John Lindal - 02/13/2006
This simple class displays Matrix-like credits in MFC applications.

[Updated] XP Theme Support for Rich Edit and Custom Controls
Rating:
Patchou - 01/12/2006
Learn how to add genuine Windows XP theme support to Rich Edit controls and extend the code for your own custom controls!

Drag and Drop Listbox Items Without OLE
Rating:
Ali Rafiee - 12/16/2005
Rearrange listbox items using drag and drop without OLE.

Drag and Drop ListBox Items Using OLE
Rating:
Ali Rafiee - 12/09/2005
Learn how to use OLE to allow users to drag and drop ListBox items.

Select Multiple Items Functionally Without Pressing the CTRL or SHIFT Key in a List View Control
Rating: none
Jung Minki - 12/06/2005
Learn how to select multiple items without pressing the CTRL or SHIFT key on a touchscreen app or Windows CE app.

[Updated] SP Numeric Edit Control
Rating: none
Sergei VP - 11/02/2005
Learn about a masked numeric edit ActiveX control.

[Updated] CGraph
Rating:
guestgulkan - 10/18/2005
Learn about a graph to display xy and stats data.

Transparent ListBox
Rating:
Ali Rafiee - 08/22/2005
Learn about an easy and effective way to implement a smooth and flicker-free transparent listbox.

CDataGrid Control
Rating:
darkoman - 08/17/2005
Learn about grid controls programmed with Windows SDK.

Status Bar with AlphaBlend Fading Text
Rating:
Dan Salvano - 07/13/2005
Discover a class that uses AlphaBlend fading to enhace the status bar.

Puzzle, a Game with the MFC Doc/View Architecture (SDI/MDI)
Rating:
Georges Dumond - 06/02/2005
Learn how to display a menu with thumbnails and several other windows, move and manage the pieces of a puzzle with a linked list, and then show them without flicker.

Customizable Masked Edit Control
Rating:
Marius Bancila - 05/12/2005
Learn about an edit control with a masked input that prohibits pasting text with disallowed characters.

Locking Rebars and Toolbars
Rating: none
frankyboy1 - 04/26/2005
Learn how to lock the toolbars (within a rebar or not) like Windows Explorer under Windows 2000/XP.

[Updated] Advanced Tree Control
Rating:
Alex Zakharenko - 04/13/2005
Learn about an advanced control based on a standard tree view control. This control supports multiple selection mode and some visual enhancement compared to the original control.

CRichEditControl50W: A VC++ Rich Text Edit 4.1 MFC Control
Rating:
ShellRaker - 04/08/2005
Learn about a simple MFC Rich Edit Control using version 4.1 in msftedit.dll.

Parent-Independent ToolTip Support for Static (or any) Controls
Rating:
John Z. Czopowik VC++ MVP - 02/28/2005
Learn how to handle ToolTips that are independent from ToolTip handling in a parent window.

[Updated] Changing the Background Color of an Edit Control
Rating:
Kevin Bond - 01/25/2005
Learn how to change the background color of a text box.

True Color Image List
Rating:
Marius Bancila - 01/20/2005
Create true color (24 or 32 bits) image list for trees, lists, and toolbars.

Light-Weight, Multi-Column, Owner-Drawn ComboBox with AutoCompletion!
Rating:
Ajay Vijayvargiya - 01/05/2005
Yet another combo-box but with combined features of multicolumn, ownerdrawing, and autocolumn. Does not use any embedded control!

Transparent Static Control
Rating:
Ali Rafiee - 12/20/2004
Learn about two different methods of implementing a static control with a transparent background.

Windows Forms: Creating an SDI ListView and Control Panel UI
Rating:
Tom Archer - MSFT - 12/13/2004
Tom Archer illustrates how easy Visual Studio .NET and Windows Forms make creating interfaces that once required manual coding.

A Simple Command Line Interface with a Custom Scrollbar
Rating: none
MycroftH - 12/06/2004
The CCommandLine control can be used to add a command line interface to any application. It supports a "scrollback buffer" of the last 100 lines typed in, as well as a custom scrollbar whose functionality mirrors that found under certain versions of KDE and Gnome.

Extensible OLE Property Pages in .NET
Rating:
Robert Simpson - 11/03/2004
Implementing and utilizing extensible property sheets in your .NET classes has never been easier.

Enhanced Colored Button
Rating:
Marius Bancila - 11/02/2004
Enhance your application interface by using a push button that allows you to select its colors.

Accessing the Address Book Data Using MAPI
Rating:
muthuis - 10/28/2004
Learn the different ways of accessing the address book data using Extended MAPI. It explains how to work with both smaller and larger address books in a Global Address List of an organization.

XP Style CColorControl Class with Themed Gradient Buttons
Rating: none
Anders Sandberg - 10/04/2004
Learn about a set of control-derived classes for a colorful presentation by using XP-styled hottracked controls with themed gradient buttons.

Managed Extensions: Finding Files by Extension
Rating:
Tom Archer - MSFT - 09/27/2004
Tom Archer illustrates how to locate files matching a specified extension by using a .NET component and various .NET classes.

Managed Extensions: Measuring Strings
Rating:
Tom Archer - MSFT - 09/23/2004
Learn how to easily measure the height and width needed to display text values using .NET classes.

CCustomBitmapButton—MFC Button Control
Rating:
Andrzej Markowski - 09/22/2004
Create an owner-draw bitmap button and a frame for the title bar in one class.

[Updated] A Very Useful Class to Display SQL SELECT Results
Rating:
Vitali Halershtein - 09/13/2004
Display the results of a SQL SELECT operation. Many grid controls are available for VC++ developers, but this control is small yet contains many features for developers and end users.

Colored ComboBox
Rating:
Ohad Redlich - 08/04/2004
Coloring a ComboBox is not a trivial thing. Learn how to do it easily and effectively.

NSChart Control
Rating:
Ivan Cachicatari - 08/03/2004
This control creates a chart control in a dialog with Pie and Bar styles.

[Updated] CCustomTabCtrl - MFC Tab Control
Rating:
Andrzej Markowski - 07/27/2004
Learn about an MFC Tab Control that's a clone of the Excel Tab Sheet Control.

Multiple Clocks
Rating:
Roger65 - 07/06/2004
Displays several clock styles.

[Updated] Building and Using a Toolbar Header
Rating:
Lars Werner - 06/09/2004
How to implement a header for your SDI/MDI project.

next

Generate Complete .NET Web Apps in Minutes . Download Iron Speed Designer today.
Whitepaper: Elementool Bug Tracking--Keep Software Fixes On Course.
Article: X Marks the .doc--An Overview of the Office Open XML File Format
Get a free copy of Software Engineering with Microsoft Visual Studio Team System. Click here.
Free iPod Touch? Join Internet.com and Get a Chance to Win Yours.



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info