Click here to Skip to main content
15,887,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Combo Box Pin
Maximilien9-Aug-10 4:08
Maximilien9-Aug-10 4:08 
GeneralRe: Combo Box Pin
dilara semerci9-Aug-10 4:19
dilara semerci9-Aug-10 4:19 
GeneralRe: Combo Box Pin
Maximilien9-Aug-10 5:29
Maximilien9-Aug-10 5:29 
QuestionUsing Activex controls (Designed in vb6) in vc++ Pin
rrthangavel9-Aug-10 2:30
rrthangavel9-Aug-10 2:30 
AnswerRe: Using Activex controls (Designed in vb6) in vc++ Pin
Elsie9-Aug-10 3:59
Elsie9-Aug-10 3:59 
GeneralRe: Using Activex controls (Designed in vb6) in vc++ Pin
rrthangavel9-Aug-10 5:51
rrthangavel9-Aug-10 5:51 
QuestionSMBus Pin
mab099-Aug-10 1:23
mab099-Aug-10 1:23 
QuestionGetLastInputInfo error Pin
Pryabu8-Aug-10 21:44
Pryabu8-Aug-10 21:44 
Hi all,

To detect the application idle time,im using GetLastInputInfo function,
but its not returning any values in the structure LASTINPUTINFO.

It is showing the following error in Watch tool. But the program was build successfully.

Error:symbol "li" not found.

Im using the following code:

LASTINPUTINFO li;
li.cbSize = sizeof(LASTINPUTINFO);
::GetLastInputInfo(&li);

Thanks,
AnswerRe: GetLastInputInfo error Pin
_AnsHUMAN_ 8-Aug-10 22:12
_AnsHUMAN_ 8-Aug-10 22:12 
GeneralRe: GetLastInputInfo error Pin
Pryabu8-Aug-10 22:17
Pryabu8-Aug-10 22:17 
AnswerRe: GetLastInputInfo error Pin
Niklas L8-Aug-10 23:07
Niklas L8-Aug-10 23:07 
AnswerRe: GetLastInputInfo error Pin
KingsGambit8-Aug-10 23:10
KingsGambit8-Aug-10 23:10 
QuestionCloseHandle() freezes the program... Pin
learningvisualc8-Aug-10 19:27
learningvisualc8-Aug-10 19:27 
AnswerRe: CloseHandle() freezes the program... Pin
«_Superman_»8-Aug-10 19:33
professional«_Superman_»8-Aug-10 19:33 
AnswerRe: CloseHandle() freezes the program... Pin
Iain Clarke, Warrior Programmer8-Aug-10 21:20
Iain Clarke, Warrior Programmer8-Aug-10 21:20 
GeneralRe: CloseHandle() freezes the program... Pin
SRIVATHSAN VIJAYA22-Apr-15 0:33
SRIVATHSAN VIJAYA22-Apr-15 0:33 
QuestionHow to do fast Zip in c++? Pin
002comp8-Aug-10 18:20
002comp8-Aug-10 18:20 
AnswerRe: How to do fast Zip in c++? Pin
N a v a n e e t h8-Aug-10 18:46
N a v a n e e t h8-Aug-10 18:46 
GeneralRe: How to do fast Zip in c++? Pin
elchupathingy8-Aug-10 19:18
elchupathingy8-Aug-10 19:18 
GeneralRe: How to do fast Zip in c++? Pin
002comp8-Aug-10 21:11
002comp8-Aug-10 21:11 
GeneralRe: How to do fast Zip in c++? Pin
002comp9-Aug-10 0:16
002comp9-Aug-10 0:16 
GeneralRe: How to do fast Zip in c++? Pin
Moak10-Aug-10 13:13
Moak10-Aug-10 13:13 
QuestionHow to check the NULL iterator? Pin
DevelopmentNoob8-Aug-10 17:26
DevelopmentNoob8-Aug-10 17:26 
AnswerRe: How to check the NULL iterator? [modified] PinPopular
Niklas L8-Aug-10 19:44
Niklas L8-Aug-10 19:44 
AnswerRe: How to check the NULL iterator? Pin
Moak8-Aug-10 21:39
Moak8-Aug-10 21:39 

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.