Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionResizing CListCtrl Pin
grassrootkit5-Mar-09 20:49
grassrootkit5-Mar-09 20:49 
AnswerRe: Resizing CListCtrl Pin
SandipG 5-Mar-09 21:04
SandipG 5-Mar-09 21:04 
GeneralRe: Resizing CListCtrl Pin
grassrootkit5-Mar-09 21:54
grassrootkit5-Mar-09 21:54 
GeneralRe: Resizing CListCtrl Pin
Code-o-mat5-Mar-09 22:47
Code-o-mat5-Mar-09 22:47 
GeneralRe: Resizing CListCtrl Pin
SandipG 5-Mar-09 23:05
SandipG 5-Mar-09 23:05 
GeneralRe: Resizing CListCtrl Pin
Code-o-mat5-Mar-09 23:10
Code-o-mat5-Mar-09 23:10 
QuestionProblem with a CFont class Pin
prithaa5-Mar-09 20:48
prithaa5-Mar-09 20:48 
AnswerRe: Problem with a CFont class Pin
Cedric Moonen5-Mar-09 21:07
Cedric Moonen5-Mar-09 21:07 
I fI were you, I wouldn't inherit from CFont but create my own class which contains a CFont and a COLORREF object. You should also remember the font settings along with the font (face name, font size, italic, ...)
As far as I remember, you won't be able to copy CFont objects because the assignement operator is not public (this was made on purpose to avoid copying CFont objects). So what you could do is only copy the font information and create your CFont object based on those informations.

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

GeneralRe: Problem with a CFont class Pin
prithaa5-Mar-09 22:03
prithaa5-Mar-09 22:03 
QuestionHow to make an HttpRequest for a file which is on the server from client... Pin
siva4555-Mar-09 20:35
siva4555-Mar-09 20:35 
AnswerRe: How to make an HttpRequest for a file which is on the server from client... Pin
Swapnil Shah5-Mar-09 20:48
Swapnil Shah5-Mar-09 20:48 
GeneralRe: How to make an HttpRequest for a file which is on the server from client... Pin
siva4556-Mar-09 0:31
siva4556-Mar-09 0:31 
GeneralRe: How to make an HttpRequest for a file which is on the server from client... Pin
Swapnil Shah6-Mar-09 2:03
Swapnil Shah6-Mar-09 2:03 
GeneralRe: How to make an HttpRequest for a file which is on the server from client... Pin
siva4556-Mar-09 18:54
siva4556-Mar-09 18:54 
AnswerRe: How to make an HttpRequest for a file which is on the server from client... Pin
David Crow6-Mar-09 3:26
David Crow6-Mar-09 3:26 
QuestionHow to make a color to checkbox and radion button. Pin
tgm.arjun095-Mar-09 20:28
tgm.arjun095-Mar-09 20:28 
AnswerRe: How to make a color to checkbox and radion button. Pin
«_Superman_»5-Mar-09 20:34
professional«_Superman_»5-Mar-09 20:34 
GeneralRe: How to make a color to checkbox and radion button. Pin
tgm.arjun0911-Mar-09 21:21
tgm.arjun0911-Mar-09 21:21 
Questionhow to convert CString to char*[]? Pin
AnithaSubramani5-Mar-09 20:28
AnithaSubramani5-Mar-09 20:28 
AnswerRe: how to convert CString to char*[]? Pin
Cedric Moonen5-Mar-09 20:34
Cedric Moonen5-Mar-09 20:34 
AnswerRe: how to convert CString to char*[]? Pin
CPallini5-Mar-09 21:11
mveCPallini5-Mar-09 21:11 
AnswerRe: how to convert CString to char*[]? Pin
Eytukan5-Mar-09 22:41
Eytukan5-Mar-09 22:41 
QuestionRe: how to convert CString to char*[]? Pin
David Crow6-Mar-09 3:29
David Crow6-Mar-09 3:29 
Questionwebbrowser control - send Post Data problem Pin
TreantBG5-Mar-09 20:23
TreantBG5-Mar-09 20:23 
QuestionHow to create a dynamic splitter window in a function than CFrameWnd::CreateClient? Pin
Joseph Marzbani5-Mar-09 20:16
Joseph Marzbani5-Mar-09 20:16 

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.