Click here to Skip to main content
15,926,174 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: About sending mail Pin
David Crow29-Mar-06 4:43
David Crow29-Mar-06 4:43 
AnswerMessage Closed Pin
29-Mar-06 21:44
mkoliv29-Mar-06 21:44 
GeneralRe: About sending mail Pin
David Crow30-Mar-06 1:57
David Crow30-Mar-06 1:57 
QuestionTreeView Control Problem Pin
gbruyneel29-Mar-06 3:00
gbruyneel29-Mar-06 3:00 
AnswerRe: TreeView Control Problem Pin
Gavin Taylor29-Mar-06 3:27
professionalGavin Taylor29-Mar-06 3:27 
GeneralRe: TreeView Control Problem Pin
gbruyneel29-Mar-06 21:23
gbruyneel29-Mar-06 21:23 
QuestionHow to access HKEY_CURRENT_USER from local system account? Pin
khb29-Mar-06 1:54
khb29-Mar-06 1:54 
AnswerRe: How to access HKEY_CURRENT_USER from local system account? Pin
James R. Twine29-Mar-06 2:49
James R. Twine29-Mar-06 2:49 
   Two quick things - first SystemParametersInfo(...) does not use C++ types, so you should be passing the address of a BOOL (an int, or 4-bytes under 32-bit MS), not a bool (1-byte under 32-bit MS).

   Second, I am pretty sure that screen savers run on a separate desktop, the "screen saver desktop".  Search MSDN for information on Window Stations and Desktops for more information.

   If I am correct, you might be able to determine which desktop is active, and from that determine if a screen saver is running.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
GeneralRe: How to access HKEY_CURRENT_USER from local system account? Pin
khb29-Mar-06 3:08
khb29-Mar-06 3:08 
AnswerRe: How to access HKEY_CURRENT_USER from local system account? Pin
David Crow29-Mar-06 3:16
David Crow29-Mar-06 3:16 
GeneralRe: How to access HKEY_CURRENT_USER from local system account? Pin
khb29-Mar-06 3:29
khb29-Mar-06 3:29 
QuestionCan I return an array of pointers of type unsigned char[] Pin
Laughing Buddha29-Mar-06 1:52
Laughing Buddha29-Mar-06 1:52 
AnswerRe: Can I return an array of pointers of type unsigned char[] Pin
Stephen Hewitt29-Mar-06 1:55
Stephen Hewitt29-Mar-06 1:55 
GeneralRe: Can I return an array of pointers of type unsigned char[] Pin
Laughing Buddha29-Mar-06 2:09
Laughing Buddha29-Mar-06 2:09 
GeneralRe: Can I return an array of pointers of type unsigned char[] Pin
Stephen Hewitt29-Mar-06 2:12
Stephen Hewitt29-Mar-06 2:12 
GeneralRe: Can I return an array of pointers of type unsigned char[] Pin
toxcct29-Mar-06 2:38
toxcct29-Mar-06 2:38 
GeneralRe: Can I return an array of pointers of type unsigned char[] Pin
Stephen Hewitt29-Mar-06 2:40
Stephen Hewitt29-Mar-06 2:40 
GeneralRe: Can I return an array of pointers of type unsigned char[] Pin
toxcct29-Mar-06 2:42
toxcct29-Mar-06 2:42 
GeneralRe: Can I return an array of pointers of type unsigned char[] Pin
toxcct29-Mar-06 2:34
toxcct29-Mar-06 2:34 
GeneralRe: Can I return an array of pointers of type unsigned char[] Pin
Stephen Hewitt29-Mar-06 2:43
Stephen Hewitt29-Mar-06 2:43 
AnswerRe: Can I return an array of pointers of type unsigned char[] Pin
James R. Twine29-Mar-06 2:59
James R. Twine29-Mar-06 2:59 
AnswerRe: Can I return an array of pointers of type unsigned char[] Pin
Rage29-Mar-06 2:57
professionalRage29-Mar-06 2:57 
GeneralRe: Can I return an array of pointers of type unsigned char[] Pin
toxcct29-Mar-06 3:07
toxcct29-Mar-06 3:07 
GeneralRe: Can I return an array of pointers of type unsigned char[] Pin
Rage29-Mar-06 23:04
professionalRage29-Mar-06 23:04 
GeneralRe: Can I return an array of pointers of type unsigned char[] Pin
toxcct29-Mar-06 23:07
toxcct29-Mar-06 23:07 

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.