Click here to Skip to main content
15,885,435 members
Articles / Desktop Programming / MFC

CGroupLine

Rate me:
Please Sign up or sign in to vote.
4.84/5 (29 votes)
18 Nov 2008CPOL5 min read 81.6K   3.2K   68  
CStatic enhancement that adds a trailing horizontal line, and supports WinXP themes.
// GroupLineApp.h : main header file for the PROJECT_NAME application
//

#pragma once

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"		// main symbols


// CGroupLineApp:
// See GroupLineApp.cpp for the implementation of this class
//

class CGroupLineApp : public CWinApp
{
public:
	CGroupLineApp();

// Overrides
	public:
	virtual BOOL InitInstance();

// Implementation

	DECLARE_MESSAGE_MAP()
};

extern CGroupLineApp theApp;

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
Software Developer (Senior)
Canada Canada
www.IconsReview.com[^]
Huge list of stock icon collections (both free and commercial)

The picture is from September 2006, after picking up a rental car at the airport in Denver, Colorado. I'm smiling in the picture, because I have yet to come to the realization that I just wasted 400 bucks ( because you don't really need a car in downtown Denver - you can just walk everywhere).

Comments and Discussions