Latest Other Controls Articles - Page 8

Creating a Rollout Panel

Discover how to create a rollout panel. When you click on a checkbox, additional controls are shown. Click again, and the controls will hide.

Creating the Monitor Custom Control

This control imitates the famous monitor of the MS Windows Display properties dialog box. It was built to provide the functionality of representing the screen display with a bitmap image background.

Win32 Grid Control with Low Overhead (BABYGRID)

Explore this grid control that avoids the use MFC, COM, and ATL. The objectives for this control included a look similar to an Excel spreadsheet, being editable, support for sizeable/hideable columns, customization, support for protected cells, and more.

Creating and Using A Dynamic LED Control

Sometimes, it would be better to show the status of an ongoing operation or if there is any warning; it would be better to display it using an LED control. This class enables the user to have a blinking effect with control over the blinking rate per second.

Control to Display Bar, Pie, and Line Charts

Check out the code for this control that supports 2D/3D dimension, brusted pie, 3D angle, 3D thichness, background color, brusted angle, half/full/back half pie, dash color, label offset, dash line width, spot size, print scale, print value, slice seperator color, slice width, and spot offset.

Latest Developer Videos

More...

Latest CodeGuru Developer Columns

MFC Integration with the Windows Transactional File System (TxF)

The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.

.NET Framework: Collections and Generics

The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

SOLID Principles in C# - An Overview

SOLID principles form the base for writing good and clean object oriented code in C#. Learn about the S.O.L.I.D principles and explore C# coding samples for each.

Go Deeper

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds