Click here to Skip to main content
15,907,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
NewsRe: cannot add icon to tree control Pin
tataxin27-May-08 21:39
tataxin27-May-08 21:39 
QuestionTrack the internet download and upload usage Pin
vicky0000027-May-08 20:54
vicky0000027-May-08 20:54 
AnswerRe: Track the internet download and upload usage Pin
sumit.durg28-May-08 0:10
sumit.durg28-May-08 0:10 
GeneralRe: Track the internet download and upload usage Pin
vicky000006-Jul-08 23:10
vicky000006-Jul-08 23:10 
AnswerRe: Track the internet download and upload usage Pin
Rajkumar R28-May-08 2:28
Rajkumar R28-May-08 2:28 
QuestionPaint Problem Pin
john563227-May-08 20:35
john563227-May-08 20:35 
AnswerRe: Paint Problem Pin
Naveen27-May-08 20:41
Naveen27-May-08 20:41 
AnswerRe: Paint Problem Pin
Cedric Moonen27-May-08 20:43
Cedric Moonen27-May-08 20:43 
Drawings are not saved by Windows. Instead, when the window needs to be repainted, a WM_PAINT message is sent to it so that it can draw itself. So, if you don't put your drawing code into the OnPaint function, then it will be lost the next time your window is repainted.

Cédric Moonen
Software developer

Charting control [v1.4]

Questionhow can enter the selected date value in editbox? Pin
Le@rner27-May-08 20:20
Le@rner27-May-08 20:20 
AnswerRe: how can enter the selected date value in editbox? [REPOST] Pin
Rajkumar R27-May-08 20:27
Rajkumar R27-May-08 20:27 
QuestionApplication is heavy and want to make it light Pin
prithaa27-May-08 20:14
prithaa27-May-08 20:14 
AnswerRe: Application is heavy and want to make it light Pin
Cedric Moonen27-May-08 20:23
Cedric Moonen27-May-08 20:23 
GeneralRe: Application is heavy and want to make it light Pin
prithaa27-May-08 20:27
prithaa27-May-08 20:27 
AnswerRe: Application is heavy and want to make it light Pin
Naveen27-May-08 20:33
Naveen27-May-08 20:33 
GeneralRe: Application is heavy and want to make it light Pin
prithaa27-May-08 20:46
prithaa27-May-08 20:46 
GeneralRe: Application is heavy and want to make it light Pin
Naveen27-May-08 21:04
Naveen27-May-08 21:04 
Questionproblem with base class Pin
lahom27-May-08 20:12
lahom27-May-08 20:12 
AnswerRe: problem with base class Pin
Naveen27-May-08 20:31
Naveen27-May-08 20:31 
AnswerRe: problem with base class Pin
Jijo.Raj27-May-08 20:35
Jijo.Raj27-May-08 20:35 
AnswerRe: problem with base class Pin
SandipG 27-May-08 21:27
SandipG 27-May-08 21:27 
Questiondll not working Pin
prithaa27-May-08 20:05
prithaa27-May-08 20:05 
AnswerRe: dll not working Pin
Cedric Moonen27-May-08 20:14
Cedric Moonen27-May-08 20:14 
AnswerRe: dll not working Pin
Jijo.Raj27-May-08 20:18
Jijo.Raj27-May-08 20:18 
GeneralRe: dll not working Pin
prithaa27-May-08 20:34
prithaa27-May-08 20:34 
GeneralRe: dll not working Pin
Jijo.Raj27-May-08 20:48
Jijo.Raj27-May-08 20:48 

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.