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

C / C++ / MFC

 
GeneralRe: Defining Global Constants Pin
Luc Pattyn13-Jan-08 11:13
sitebuilderLuc Pattyn13-Jan-08 11:13 
GeneralOpinion about Notify Icon Pin
Richard Andrew x6412-Jan-08 11:45
professionalRichard Andrew x6412-Jan-08 11:45 
GeneralRe: Opinion about Notify Icon Pin
David Crow12-Jan-08 16:53
David Crow12-Jan-08 16:53 
GeneralRe: Opinion about Notify Icon Pin
Richard Andrew x6413-Jan-08 8:39
professionalRichard Andrew x6413-Jan-08 8:39 
GeneralRe: Opinion about Notify Icon Pin
Mark Salsbery13-Jan-08 8:16
Mark Salsbery13-Jan-08 8:16 
GeneralRe: Opinion about Notify Icon Pin
Richard Andrew x6413-Jan-08 8:40
professionalRichard Andrew x6413-Jan-08 8:40 
QuestionRe: Opinion about Notify Icon Pin
David Crow14-Jan-08 2:34
David Crow14-Jan-08 2:34 
GeneralRe: Opinion about Notify Icon Pin
Mark Salsbery14-Jan-08 6:08
Mark Salsbery14-Jan-08 6:08 
GeneralNewbie Question on C Pointers Pin
_NielsB12-Jan-08 10:55
_NielsB12-Jan-08 10:55 
GeneralRe: Newbie Question on C Pointers Pin
Chris Losinger12-Jan-08 11:03
professionalChris Losinger12-Jan-08 11:03 
GeneralRe: Newbie Question on C Pointers Pin
CPallini12-Jan-08 11:58
mveCPallini12-Jan-08 11:58 
GeneralRe: Newbie Question on C Pointers Pin
_NielsB12-Jan-08 21:29
_NielsB12-Jan-08 21:29 
GeneralRe: Newbie Question on C Pointers Pin
CPallini12-Jan-08 23:19
mveCPallini12-Jan-08 23:19 
GeneralRe: Newbie Question on C Pointers Pin
_NielsB12-Jan-08 23:45
_NielsB12-Jan-08 23:45 
Generalsearching web - automated Pin
Force Code12-Jan-08 10:34
Force Code12-Jan-08 10:34 
GeneralRe: searching web - automated Pin
Force Code12-Jan-08 10:46
Force Code12-Jan-08 10:46 
GeneralSwitching off hibernation [modified] Pin
tibiz12-Jan-08 8:33
tibiz12-Jan-08 8:33 
GeneralRe: Switching off hibernation Pin
David Crow12-Jan-08 9:44
David Crow12-Jan-08 9:44 
GeneralRe: Switching off hibernation Pin
tibiz12-Jan-08 9:47
tibiz12-Jan-08 9:47 
GeneralRe: Switching off hibernation Pin
David Crow12-Jan-08 10:11
David Crow12-Jan-08 10:11 
GeneralOk, let's have a Working code Pin
tibiz12-Jan-08 11:10
tibiz12-Jan-08 11:10 
GeneralRe: Switching off hibernation Pin
Blake Miller22-Jan-08 11:44
Blake Miller22-Jan-08 11:44 
If you are merely trying to keep a system 'alive' consider investing these coding tips into your application, from the MDSN topic: Using Power Management, instead of disabling the hibernate policy altogether, just keep system awake while your program is running. If user does NOT run your program, then there might be no reason the system should not hibernate. If yu need to perform some task at a scheduled time, then let it hibernate, but consider setting a waitable timer. This will wake system up and your process will resume.
Generalcontext menu cause flicking Pin
followait12-Jan-08 5:51
followait12-Jan-08 5:51 
QuestionRe: context menu cause flicking Pin
Mark Salsbery12-Jan-08 7:34
Mark Salsbery12-Jan-08 7:34 
GeneralRe: context menu cause flicking [modified] Pin
followait12-Jan-08 15:19
followait12-Jan-08 15:19 

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.