Click here to Skip to main content
15,915,163 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: scanning until the EOF Pin
Waldermort4-Sep-06 6:49
Waldermort4-Sep-06 6:49 
Questionneed help Pin
amzeus4-Sep-06 6:04
amzeus4-Sep-06 6:04 
AnswerRe: need help Pin
Cedric Moonen4-Sep-06 6:12
Cedric Moonen4-Sep-06 6:12 
AnswerRe: need help Pin
Hamid_RT4-Sep-06 22:32
Hamid_RT4-Sep-06 22:32 
QuestionSir,How Can Find or See WinMain Function in Simple MFC Application ? Pin
CodeVarma4-Sep-06 5:54
CodeVarma4-Sep-06 5:54 
AnswerRe: Sir,How Can Find or See WinMain Function in Simple MFC Application ? Pin
Hamid_RT11-Sep-06 9:46
Hamid_RT11-Sep-06 9:46 
QuestionAnimation of bitmaps Pin
Fernando A. Gomez F.4-Sep-06 5:40
Fernando A. Gomez F.4-Sep-06 5:40 
AnswerRe: Animation of bitmaps Pin
Waldermort4-Sep-06 6:22
Waldermort4-Sep-06 6:22 
First, when you call InvalidateRect(), don't pass NULL. Calculate the correct rect of the bitmap and pass that.

Second, when you call InvalidateRect(), don't pass FALSE. You don't need to erase the background, this only causes the region to be painted twice.

Third, Use double buffering. Do all your drawing off screen then draw everything back to the screen in one go.
AnswerRe: Animation of bitmaps Pin
Hamid_RT4-Sep-06 22:30
Hamid_RT4-Sep-06 22:30 
GeneralRe: Animation of bitmaps Pin
Fernando A. Gomez F.5-Sep-06 5:05
Fernando A. Gomez F.5-Sep-06 5:05 
QuestionProfiling in VS6.0 and VS.Net 2K5 Pin
cpp_prgmer4-Sep-06 4:45
cpp_prgmer4-Sep-06 4:45 
QuestionTWAIN sample Pin
majco3334-Sep-06 4:09
majco3334-Sep-06 4:09 
AnswerRe: TWAIN sample Pin
Hillmann-20234-Sep-06 4:32
Hillmann-20234-Sep-06 4:32 
GeneralRe: TWAIN sample Pin
majco3334-Sep-06 20:44
majco3334-Sep-06 20:44 
GeneralRe: TWAIN sample Pin
Hamid_RT4-Sep-06 22:32
Hamid_RT4-Sep-06 22:32 
QuestionConvertions ?? Pin
Programm3r4-Sep-06 4:02
Programm3r4-Sep-06 4:02 
AnswerRe: Convertions ?? Pin
Chris Losinger4-Sep-06 4:13
professionalChris Losinger4-Sep-06 4:13 
GeneralRe: Convertions ?? Pin
Programm3r4-Sep-06 4:23
Programm3r4-Sep-06 4:23 
GeneralRe: Convertions ?? Pin
toxcct4-Sep-06 4:25
toxcct4-Sep-06 4:25 
GeneralRe: Convertions ?? Pin
Programm3r4-Sep-06 4:29
Programm3r4-Sep-06 4:29 
GeneralRe: Convertions ?? Pin
toxcct4-Sep-06 4:33
toxcct4-Sep-06 4:33 
JokeRe: Convertions ?? Pin
Programm3r4-Sep-06 4:41
Programm3r4-Sep-06 4:41 
QuestionRe: Convertions ?? Pin
Ahmed Ismail Mohamed4-Sep-06 6:06
Ahmed Ismail Mohamed4-Sep-06 6:06 
QuestionHow to tell GUI to update controls from another thread? Pin
K_S4-Sep-06 3:48
K_S4-Sep-06 3:48 
GeneralRe: How to tell GUI to update controls from another thread? Pin
ovidiucucu4-Sep-06 4:25
ovidiucucu4-Sep-06 4:25 

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.