Click here to Skip to main content
16,013,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Basic GDI question [found it] Pin
Paul M Watt2-Jun-02 19:42
mentorPaul M Watt2-Jun-02 19:42 
GeneralRe: Basic GDI question [found it] Pin
Nish Nishant2-Jun-02 19:56
sitebuilderNish Nishant2-Jun-02 19:56 
GeneralRe: Basic GDI question [found it] Pin
Paul M Watt2-Jun-02 20:16
mentorPaul M Watt2-Jun-02 20:16 
GeneralRe: Basic GDI question [found it] Pin
Nish Nishant2-Jun-02 20:23
sitebuilderNish Nishant2-Jun-02 20:23 
GeneralRe: Basic GDI question Pin
Mike Nordell3-Jun-02 23:04
Mike Nordell3-Jun-02 23:04 
GeneralRe: Basic GDI question Pin
Nish Nishant3-Jun-02 23:18
sitebuilderNish Nishant3-Jun-02 23:18 
QuestionHow telling Windows I'm idle in message loop? Pin
2-Jun-02 18:38
suss2-Jun-02 18:38 
AnswerRe: How telling Windows I'm idle in message loop? Pin
Michael Dunn2-Jun-02 18:39
sitebuilderMichael Dunn2-Jun-02 18:39 
You code never blocks, like GetMessage() normally does. You need some mechanism to make your thread block (and thus receive no CPU time) when the queue is empty, then unblock when a message arrives in the queue.

--Mike--
Just released - RightClick-Encrypt - Adds fast & easy file encryption to Explorer
Like the Google toolbar? Then check out UltraBar, with more features & customizable search engines!
My really out-of-date homepage
Sonork-100.10414 AcidHelm

GeneralRe: How telling Windows I'm idle in message loop? Pin
2-Jun-02 18:46
suss2-Jun-02 18:46 
GeneralRe: How telling Windows I'm idle in message loop? Pin
Paul M Watt2-Jun-02 19:49
mentorPaul M Watt2-Jun-02 19:49 
GeneralRe: How telling Windows I'm idle in message loop? Pin
3-Jun-02 5:34
suss3-Jun-02 5:34 
AnswerRe: How telling Windows I'm idle in message loop? Pin
Alexandru Savescu2-Jun-02 21:47
Alexandru Savescu2-Jun-02 21:47 
Questionredirecting mouse button ?? Pin
Alek2-Jun-02 18:01
Alek2-Jun-02 18:01 
AnswerRe: redirecting mouse button ?? Pin
Paul M Watt2-Jun-02 18:29
mentorPaul M Watt2-Jun-02 18:29 
Questionwhats this macro do? Pin
2-Jun-02 16:56
suss2-Jun-02 16:56 
AnswerRe: whats this macro do? Pin
Paul M Watt2-Jun-02 17:45
mentorPaul M Watt2-Jun-02 17:45 
GeneralRe: whats this macro do? Pin
2-Jun-02 18:04
suss2-Jun-02 18:04 
Questionhide a button? Pin
2-Jun-02 13:19
suss2-Jun-02 13:19 
AnswerRe: hide a button? Pin
Nish Nishant2-Jun-02 15:01
sitebuilderNish Nishant2-Jun-02 15:01 
AnswerRe: hide a button? Pin
Paul M Watt2-Jun-02 18:00
mentorPaul M Watt2-Jun-02 18:00 
GeneralCan't get rid of error Pin
2-Jun-02 13:17
suss2-Jun-02 13:17 
GeneralRe: Can't get rid of error Pin
Rama Krishna Vavilala2-Jun-02 15:13
Rama Krishna Vavilala2-Jun-02 15:13 
GeneralMessage Closed Pin
2-Jun-02 15:18
User 387462-Jun-02 15:18 
QuestionOnly ".NET". What then? Pin
WREY2-Jun-02 12:11
WREY2-Jun-02 12:11 
AnswerRe: Only ".NET". What then? Pin
Domenic Denicola2-Jun-02 12:52
Domenic Denicola2-Jun-02 12:52 

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.