Click here to Skip to main content
16,005,682 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: GDI+ question: Bitmap:FromFile, how to detect non-existent image file? Pin
Mike Dimmick5-Apr-04 23:43
Mike Dimmick5-Apr-04 23:43 
AnswerRe: GDI+ question: Bitmap:FromFile, how to detect non-existent image file? Pin
JonCage6-Apr-04 1:37
JonCage6-Apr-04 1:37 
GeneralWindows idle time Pin
Florin Ochiana5-Apr-04 22:28
Florin Ochiana5-Apr-04 22:28 
GeneralRe: Windows idle time Pin
Rage5-Apr-04 22:35
professionalRage5-Apr-04 22:35 
GeneralRe: Windows idle time Pin
Florin Ochiana5-Apr-04 22:43
Florin Ochiana5-Apr-04 22:43 
GeneralRe: Windows idle time Pin
Rage5-Apr-04 22:48
professionalRage5-Apr-04 22:48 
GeneralRe: Windows idle time Pin
Florin Ochiana5-Apr-04 22:52
Florin Ochiana5-Apr-04 22:52 
GeneralRe: Windows idle time Pin
avenger_sb255-Apr-04 23:25
avenger_sb255-Apr-04 23:25 
I think this might be of some help:

GetLastInputInfo
The GetLastInputInfo function retrieves the time of the last input event.
BOOL GetLastInputInfo(<br />
  PLASTINPUTINFO plii   // last input event<br />
);

Parameters
plii
[out] Pointer to a LASTINPUTINFO structure that receives the time of the last input event.
Return Values
If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.

Remarks
This is useful for input idle detection



Remember... testing & debugging are always part of programming ...so exterminate those stinking bugs
GeneralRe: Windows idle time Pin
Rage6-Apr-04 0:46
professionalRage6-Apr-04 0:46 
GeneralRe: Windows idle time Pin
Antony M Kancidrowski6-Apr-04 1:37
Antony M Kancidrowski6-Apr-04 1:37 
GeneralRe: Windows idle time Pin
David Crow6-Apr-04 2:15
David Crow6-Apr-04 2:15 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
Anonymous7-Apr-04 3:18
Anonymous7-Apr-04 3:18 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
avenger_sb257-Apr-04 3:40
avenger_sb257-Apr-04 3:40 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
David Crow7-Apr-04 4:24
David Crow7-Apr-04 4:24 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
David Crow7-Apr-04 4:17
David Crow7-Apr-04 4:17 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
Bharat Gidde7-Apr-04 6:34
Bharat Gidde7-Apr-04 6:34 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
David Crow7-Apr-04 7:21
David Crow7-Apr-04 7:21 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
Anonymous7-Apr-04 8:19
Anonymous7-Apr-04 8:19 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
David Crow7-Apr-04 8:21
David Crow7-Apr-04 8:21 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
Anonymous7-Apr-04 9:59
Anonymous7-Apr-04 9:59 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
David Crow7-Apr-04 10:02
David Crow7-Apr-04 10:02 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
Anonymous7-Apr-04 10:07
Anonymous7-Apr-04 10:07 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
David Crow7-Apr-04 10:27
David Crow7-Apr-04 10:27 
GeneralModeless modal CDialog Pin
Rage5-Apr-04 22:23
professionalRage5-Apr-04 22:23 
GeneralRe: Modeless modal CDialog Pin
Monty25-Apr-04 22:56
Monty25-Apr-04 22:56 

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.