Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: list:: iterator conversion operator Pin
Prasann Mayekar24-Sep-08 20:23
Prasann Mayekar24-Sep-08 20:23 
GeneralRe: list:: iterator conversion operator Pin
Naveen24-Sep-08 20:25
Naveen24-Sep-08 20:25 
GeneralRe: list:: iterator conversion operator Pin
Prasann Mayekar24-Sep-08 21:07
Prasann Mayekar24-Sep-08 21:07 
GeneralRe: list:: iterator conversion operator Pin
Naveen24-Sep-08 21:25
Naveen24-Sep-08 21:25 
GeneralRe: list:: iterator conversion operator Pin
Prasann Mayekar24-Sep-08 21:35
Prasann Mayekar24-Sep-08 21:35 
GeneralRe: list:: iterator conversion operator Pin
Michael Dunn25-Sep-08 12:42
sitebuilderMichael Dunn25-Sep-08 12:42 
QuestionChanging the font stly in CView Pin
Sunayna24-Sep-08 18:11
Sunayna24-Sep-08 18:11 
AnswerRe: Changing the font stly in CView Pin
santhoshv8424-Sep-08 19:09
santhoshv8424-Sep-08 19:09 
LOGFONT newlf;

CFontDialog fd;
if(fd.DoModal() == IDOK)
{
fd.GetCurrentFont(&newlf);
setfont(newlf);
UpdateData(FALSE);
}

The price of anything is the amount of life you exchange for it.

Thanks and Regards.
SANTHOSH V

GeneralRe: Changing the font stly in CView Pin
Sunayna24-Sep-08 19:38
Sunayna24-Sep-08 19:38 
GeneralRe: Changing the font stly in CView Pin
santhoshv8424-Sep-08 20:05
santhoshv8424-Sep-08 20:05 
Questionback ground color of groupbox caption Pin
anilaabc24-Sep-08 17:56
anilaabc24-Sep-08 17:56 
AnswerRe: back ground color of groupbox caption Pin
Naveen24-Sep-08 18:15
Naveen24-Sep-08 18:15 
GeneralRe: back ground color of groupbox caption Pin
santhoshv8424-Sep-08 19:16
santhoshv8424-Sep-08 19:16 
GeneralRe: back ground color of groupbox caption Pin
Hamid_RT24-Sep-08 19:23
Hamid_RT24-Sep-08 19:23 
JokeRe: back ground color of groupbox caption Pin
ThatsAlok24-Sep-08 19:53
ThatsAlok24-Sep-08 19:53 
Question"This may be due to a corruption of the heap" Question. [modified] Pin
monsieur_jj24-Sep-08 15:34
monsieur_jj24-Sep-08 15:34 
QuestionAnyone used the CShareLockNH Methods documented in MSDN Pin
Blake Miller24-Sep-08 12:32
Blake Miller24-Sep-08 12:32 
AnswerRe: Anyone used the CShareLockNH Methods documented in MSDN Pin
Mark Salsbery24-Sep-08 13:23
Mark Salsbery24-Sep-08 13:23 
GeneralRe: Anyone used the CShareLockNH Methods documented in MSDN Pin
Blake Miller25-Sep-08 7:47
Blake Miller25-Sep-08 7:47 
QuestionC++ heap allocation question Pin
KellyR24-Sep-08 10:57
KellyR24-Sep-08 10:57 
AnswerRe: C++ heap allocation question Pin
Mark Salsbery24-Sep-08 11:12
Mark Salsbery24-Sep-08 11:12 
AnswerRe: C++ heap allocation question Pin
Joe Woodbury24-Sep-08 11:51
professionalJoe Woodbury24-Sep-08 11:51 
GeneralRe: C++ heap allocation question Pin
Mark Salsbery24-Sep-08 11:56
Mark Salsbery24-Sep-08 11:56 
GeneralRe: C++ heap allocation question Pin
Joe Woodbury24-Sep-08 11:58
professionalJoe Woodbury24-Sep-08 11:58 
QuestionLibtorrent Pin
Pwnagedo24-Sep-08 10:29
Pwnagedo24-Sep-08 10: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.