Click here to Skip to main content
15,912,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalgraphics in c/c++ Pin
kcal22-Apr-04 1:36
kcal22-Apr-04 1:36 
GeneralRe: graphics in c/c++ Pin
Ian Darling22-Apr-04 2:06
Ian Darling22-Apr-04 2:06 
GeneralChange Style subsequent on CSlideCtrl Pin
AnTri22-Apr-04 1:13
AnTri22-Apr-04 1:13 
GeneralProblem of setting size and position of scrollbar's thumb Pin
bg2sc22-Apr-04 1:06
bg2sc22-Apr-04 1:06 
QuestionHow do i detect user inactivity ? Pin
rallister22-Apr-04 1:02
rallister22-Apr-04 1:02 
AnswerRe: How do i detect user inactivity ? Pin
jmkhael22-Apr-04 1:10
jmkhael22-Apr-04 1:10 
GeneralRe: How do i detect user inactivity ? Pin
rallister22-Apr-04 1:18
rallister22-Apr-04 1:18 
GeneralRe: How do i detect user inactivity ? Pin
jmkhael22-Apr-04 1:48
jmkhael22-Apr-04 1:48 
From MSDN about OnIdle

OnIdle is called in the default message loop when the application’s message queue is empty. Use your override to call your own background idle-handler tasks.

Why not do the "same" in your main loop?
When no messages are being treated treat Call an OnYourIdle Function

Papa


while (TRUE)
Papa.WillLove ( Bebe ) ;
AnswerRe: How do i detect user inactivity ? Pin
David Crow22-Apr-04 2:19
David Crow22-Apr-04 2:19 
AnswerRe: How do i detect user inactivity ? Pin
hasansheik22-Apr-04 3:21
hasansheik22-Apr-04 3:21 
GeneralRe: How do i detect user inactivity ? Pin
V.22-Apr-04 3:28
professionalV.22-Apr-04 3:28 
AnswerRe: How do i detect user inactivity ? Pin
peterchen22-Apr-04 4:25
peterchen22-Apr-04 4:25 
AnswerRe: How do i detect user inactivity ? Pin
Rick York22-Apr-04 10:12
mveRick York22-Apr-04 10:12 
GeneralShell question (I Guess) Pin
Deian22-Apr-04 0:47
Deian22-Apr-04 0:47 
GeneralRe: Shell question (I Guess) Pin
_Magnus_22-Apr-04 1:00
_Magnus_22-Apr-04 1:00 
GeneralRe: Shell question (I Guess) Pin
Deian27-Apr-04 4:07
Deian27-Apr-04 4:07 
GeneralBizzare problem reading large number of files Pin
Raul00722-Apr-04 0:34
Raul00722-Apr-04 0:34 
GeneralRe: Bizzare problem reading large number of files Pin
jmkhael22-Apr-04 0:38
jmkhael22-Apr-04 0:38 
GeneralRe: Bizzare problem reading large number of files Pin
Raul00722-Apr-04 18:17
Raul00722-Apr-04 18:17 
GeneralClicking in Edit Box Creates Error.. Pin
AbinThomas22-Apr-04 0:22
AbinThomas22-Apr-04 0:22 
GeneralRe: Clicking in Edit Box Creates Error.. Pin
wb22-Apr-04 0:57
wb22-Apr-04 0:57 
GeneralRe: Clicking in Edit Box Creates Error.. Pin
AbinThomas22-Apr-04 1:57
AbinThomas22-Apr-04 1:57 
Generalthis is the code Pin
AbinThomas22-Apr-04 1:47
AbinThomas22-Apr-04 1:47 
GeneralRe: this is the code Pin
jmkhael22-Apr-04 1:50
jmkhael22-Apr-04 1:50 
GeneralRe: this is the code Pin
Steve S22-Apr-04 1:58
Steve S22-Apr-04 1:58 

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.