Click here to Skip to main content
15,913,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HELP! HELP! How can I send SNMP packet & retrieve them Pin
ATC30-Nov-06 8:28
ATC30-Nov-06 8:28 
QuestionA better Sleep() function Pin
Johpoke30-Nov-06 4:23
Johpoke30-Nov-06 4:23 
QuestionRe: A better Sleep() function Pin
David Crow30-Nov-06 4:52
David Crow30-Nov-06 4:52 
AnswerRe: A better Sleep() function Pin
James R. Twine30-Nov-06 5:00
James R. Twine30-Nov-06 5:00 
GeneralRe: A better Sleep() function Pin
Johpoke30-Nov-06 5:09
Johpoke30-Nov-06 5:09 
GeneralRe: A better Sleep() function Pin
benjymous30-Nov-06 5:23
benjymous30-Nov-06 5:23 
GeneralRe: A better Sleep() function Pin
Johpoke30-Nov-06 5:57
Johpoke30-Nov-06 5:57 
GeneralRe: A better Sleep() function Pin
Waldermort30-Nov-06 6:18
Waldermort30-Nov-06 6:18 
You need to correctly use loops, timers and counters.

It sounds like you are doing all of your drawing directly to the screen, and you have an uncontrolled loop, you should instead be trying draw to an offscreen bitmap. Set a timer, on each timer event bitblt the bitmap to the screen.
GeneralRe: A better Sleep() function Pin
Mark Salsbery30-Nov-06 6:27
Mark Salsbery30-Nov-06 6:27 
GeneralRe: A better Sleep() function Pin
Waldermort30-Nov-06 7:04
Waldermort30-Nov-06 7:04 
GeneralRe: A better Sleep() function Pin
Nibu babu thomas30-Nov-06 16:17
Nibu babu thomas30-Nov-06 16:17 
GeneralRe: A better Sleep() function Pin
Johpoke30-Nov-06 7:23
Johpoke30-Nov-06 7:23 
GeneralRe: A better Sleep() function Pin
Blake Miller30-Nov-06 8:10
Blake Miller30-Nov-06 8:10 
GeneralRe: A better Sleep() function Pin
Johpoke30-Nov-06 8:44
Johpoke30-Nov-06 8:44 
GeneralRe: A better Sleep() function Pin
Waldermort30-Nov-06 8:56
Waldermort30-Nov-06 8:56 
GeneralRe: A better Sleep() function Pin
Blake Miller30-Nov-06 8:58
Blake Miller30-Nov-06 8:58 
GeneralRe: A better Sleep() function Pin
Waldermort30-Nov-06 9:29
Waldermort30-Nov-06 9:29 
QuestionRenaming files and folders [modified] Pin
kiranin30-Nov-06 4:20
kiranin30-Nov-06 4:20 
AnswerRe: Renaming files and folders Pin
CPallini30-Nov-06 4:26
mveCPallini30-Nov-06 4:26 
GeneralRe: Renaming files and folders Pin
Mark Salsbery30-Nov-06 5:53
Mark Salsbery30-Nov-06 5:53 
AnswerRe: Renaming files and folders Pin
David Crow30-Nov-06 4:55
David Crow30-Nov-06 4:55 
Questionhow to scan and list the opened windows from the taskbar Pin
kiranin30-Nov-06 4:07
kiranin30-Nov-06 4:07 
AnswerRe: how to scan and list the opened windows from the taskbar Pin
toxcct30-Nov-06 4:11
toxcct30-Nov-06 4:11 
QuestionLink library Pin
weehau30-Nov-06 3:11
weehau30-Nov-06 3:11 
AnswerRe: Link library Pin
toxcct30-Nov-06 3:16
toxcct30-Nov-06 3: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.