Click here to Skip to main content
15,920,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListView - item highliting control ?? Pin
Vaclav_7-Jan-08 7:49
Vaclav_7-Jan-08 7:49 
QuestionRe: CListView - item highliting control ?? Pin
David Crow7-Jan-08 7:57
David Crow7-Jan-08 7:57 
GeneralRe: CListView - item highliting control ?? Pin
Vaclav_7-Jan-08 8:08
Vaclav_7-Jan-08 8:08 
QuestionRe: CListView - item highliting control ?? Pin
David Crow7-Jan-08 8:13
David Crow7-Jan-08 8:13 
GeneralRe: CListView - item highliting control ?? Pin
Vaclav_7-Jan-08 11:48
Vaclav_7-Jan-08 11:48 
GeneralRe: CListView - item highliting control ?? Pin
David Crow7-Jan-08 16:31
David Crow7-Jan-08 16:31 
GeneralAppearance of controls when designing is different from that when running Pin
followait7-Jan-08 5:04
followait7-Jan-08 5:04 
GeneralRe: Appearance of controls when designing is different from that when running Pin
Mark Salsbery7-Jan-08 6:23
Mark Salsbery7-Jan-08 6:23 
Try adding this line to your stdafx.h file...
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")

More info here...[^]


Most, if not all the controls you are using are common controls
provided by the operating system. If you want them to look different,
you need to draw them yourself. Search for "custom draw" and "owner draw"
here and you'll find lots of examples.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

General[Message Deleted] Pin
followait7-Jan-08 4:14
followait7-Jan-08 4:14 
GeneralRe: How to update vs2008 Pin
Maxwell Chen7-Jan-08 5:00
Maxwell Chen7-Jan-08 5:00 
General[Message Deleted] Pin
followait7-Jan-08 5:05
followait7-Jan-08 5:05 
GeneralRe: How to update vs2008 Pin
toxcct7-Jan-08 5:52
toxcct7-Jan-08 5:52 
JokeRe: How to update vs2008 Pin
Maxwell Chen7-Jan-08 6:54
Maxwell Chen7-Jan-08 6:54 
GeneralRe: How to update vs2008 Pin
Eytukan7-Jan-08 6:59
Eytukan7-Jan-08 6:59 
JokeRe: How to update vs2008 Pin
CPallini7-Jan-08 7:42
mveCPallini7-Jan-08 7:42 
GeneralRe: [Message Deleted] Pin
Hamid_RT7-Jan-08 18:17
Hamid_RT7-Jan-08 18:17 
GeneralRe: [Message Deleted] Pin
Maxwell Chen7-Jan-08 19:29
Maxwell Chen7-Jan-08 19:29 
GeneralRe: [Message Deleted] Pin
Hamid_RT7-Jan-08 20:00
Hamid_RT7-Jan-08 20:00 
QuestionHow do you obtain the HWnd for GetClientRect(hWnd,Rect) in MFC Pin
Larry Mills Sr7-Jan-08 3:42
Larry Mills Sr7-Jan-08 3:42 
AnswerRe: How do you obtain the HWnd for GetClientRect(hWnd,Rect) in MFC Pin
Cedric Moonen7-Jan-08 3:49
Cedric Moonen7-Jan-08 3:49 
AnswerRe: How do you obtain the HWnd for GetClientRect(hWnd,Rect) in MFC Pin
Michael Dunn7-Jan-08 4:08
sitebuilderMichael Dunn7-Jan-08 4:08 
QuestionHow to use bcg controls in vs 2008 [modified] Pin
followait7-Jan-08 3:30
followait7-Jan-08 3:30 
AnswerRe: How to use bcg controls in vs 2008 Pin
toxcct7-Jan-08 3:45
toxcct7-Jan-08 3:45 
GeneralRe: How to use bcg controls in vs 2008 Pin
followait7-Jan-08 3:54
followait7-Jan-08 3:54 
QuestionCan i define mouse event on class that inherit from the class CWnd ? Pin
Yanshof7-Jan-08 3:29
Yanshof7-Jan-08 3:29 

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.