Click here to Skip to main content
15,888,286 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem in SetWallpaper Pin
GauranG Shah8-Oct-07 22:45
GauranG Shah8-Oct-07 22:45 
GeneralRe: Problem in SetWallpaper Pin
aks.8-Oct-07 22:47
aks.8-Oct-07 22:47 
GeneralRe: Problem in SetWallpaper Pin
GauranG Shah8-Oct-07 22:53
GauranG Shah8-Oct-07 22:53 
GeneralRe: Problem in SetWallpaper Pin
aks.8-Oct-07 23:05
aks.8-Oct-07 23:05 
GeneralRe: Problem in SetWallpaper Pin
GauranG Shah8-Oct-07 23:12
GauranG Shah8-Oct-07 23:12 
QuestionRe: Problem in SetWallpaper Pin
David Crow9-Oct-07 3:08
David Crow9-Oct-07 3:08 
Questionhow to change the color of header of list control Pin
rajneshmalik8-Oct-07 18:55
rajneshmalik8-Oct-07 18:55 
AnswerRe: how to change the color of header of list control Pin
hiajay8-Oct-07 19:49
hiajay8-Oct-07 19:49 
There are two way to achieve this

1) By Subclassing the Header Control class CHeaderCtrl. This would be the generic way of achiveing the same and further you can reuse this class as well whereever required.

2)You can override the WM_PAINT and WM_CTLCOLOR or WM_DRAWITEM message etc of CHeaderCtrl based on your requirement.

You can get some more knowledge from the Code project link
http://www.codeproject.com/listctrl/skinlist.asp



Ajay kumar, Sr System Analyst
Satyam Computers, Bnaglore
India
ajay.kumar.ind@gmail.com
QuestionAccess violation in Comctl32.dll Pin
Marimuthu.r8-Oct-07 18:53
Marimuthu.r8-Oct-07 18:53 
AnswerRe: Access violation in Comctl32.dll Pin
Marimuthu.r9-Oct-07 5:35
Marimuthu.r9-Oct-07 5:35 
Questionpointer and array Pin
KASR18-Oct-07 18:26
KASR18-Oct-07 18:26 
AnswerRe: pointer and array Pin
Naveen8-Oct-07 20:16
Naveen8-Oct-07 20:16 
GeneralRe: pointer and array Pin
KASR18-Oct-07 20:28
KASR18-Oct-07 20:28 
GeneralRe: pointer and array Pin
Naveen8-Oct-07 20:33
Naveen8-Oct-07 20:33 
GeneralRe: pointer and array Pin
KASR18-Oct-07 20:35
KASR18-Oct-07 20:35 
QuestionA problem about scrolling Edit controls in a dialogue Pin
today422008-Oct-07 16:14
today422008-Oct-07 16:14 
QuestionIntegration of my unit testing tool with Visual Studio 2005 IDE Pin
Kamyar Souri8-Oct-07 16:08
Kamyar Souri8-Oct-07 16:08 
Questionstl bind2nd question Pin
User 5838528-Oct-07 14:30
User 5838528-Oct-07 14:30 
Answerboost Pin
User 5838528-Oct-07 19:54
User 5838528-Oct-07 19:54 
Questionc++ file mergesort Pin
lockheart878-Oct-07 13:45
lockheart878-Oct-07 13:45 
QuestionRe: c++ file mergesort Pin
David Crow9-Oct-07 3:27
David Crow9-Oct-07 3:27 
AnswerRe: c++ file mergesort Pin
jhwurmbach9-Oct-07 3:35
jhwurmbach9-Oct-07 3:35 
Questionsetting text on dialog from a subclass Pin
locoone8-Oct-07 13:04
locoone8-Oct-07 13:04 
AnswerRe: setting text on dialog from a subclass Pin
Mark Salsbery8-Oct-07 13:39
Mark Salsbery8-Oct-07 13:39 
GeneralRe: setting text on dialog from a subclass Pin
locoone8-Oct-07 14:03
locoone8-Oct-07 14:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.