Click here to Skip to main content
15,896,402 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Standard C++ question... Pin
jhwurmbach20-Mar-03 2:26
jhwurmbach20-Mar-03 2:26 
GeneralRe: Standard C++ question... Pin
Member 1026380920-Mar-03 2:52
Member 1026380920-Mar-03 2:52 
Generaltoolbar problem Pin
benben20-Mar-03 2:05
benben20-Mar-03 2:05 
QuestionAnybody seen this MFC error yet? Pin
Harald Krause20-Mar-03 1:45
Harald Krause20-Mar-03 1:45 
AnswerRe: Anybody seen this MFC error yet? Pin
jhwurmbach20-Mar-03 2:16
jhwurmbach20-Mar-03 2:16 
GeneralRe: Anybody seen this MFC error yet? Pin
Yuri Kreinin20-Mar-03 6:28
Yuri Kreinin20-Mar-03 6:28 
Generalactive screensaver Programmatically Pin
JoeZhang20-Mar-03 0:36
JoeZhang20-Mar-03 0:36 
GeneralRe: active screensaver Programmatically Pin
_Theo_20-Mar-03 1:35
_Theo_20-Mar-03 1:35 
You can use
<br />
SystemParametersInfo(SPI_SETSCREENSAVETIMEOUT,1,0,SPIF_SENDWININICHANGE);<br />

to change the screensaver timeout thus triggering it after one second. Setting the timout to zero does not seem to work, so you'll have a minimum delay of one second.

Don't forget to change the timeout back to a normal value when you're done Wink | ;)
GeneralMSN like Emoticon list Pin
Ph@ntom19-Mar-03 23:57
Ph@ntom19-Mar-03 23:57 
GeneralRe: MSN like Emoticon list Pin
_Theo_20-Mar-03 1:38
_Theo_20-Mar-03 1:38 
GeneralRichEdit20A Pin
Ph@ntom19-Mar-03 23:55
Ph@ntom19-Mar-03 23:55 
GeneralSetWindowsHookEx and WM_NOTIFY problems Pin
Ceri19-Mar-03 23:44
Ceri19-Mar-03 23:44 
GeneralRe: SetWindowsHookEx and WM_NOTIFY problems Pin
Chopper19-Mar-03 23:50
Chopper19-Mar-03 23:50 
GeneralRe: SetWindowsHookEx and WM_NOTIFY problems Pin
Ceri19-Mar-03 23:51
Ceri19-Mar-03 23:51 
GeneralRe: SetWindowsHookEx and WM_NOTIFY problems Pin
Chopper19-Mar-03 23:59
Chopper19-Mar-03 23:59 
GeneralRe: SetWindowsHookEx and WM_NOTIFY problems Pin
Ceri20-Mar-03 0:00
Ceri20-Mar-03 0:00 
GeneralGetting rid of the scrollbars in a HTMLView... Pin
Joan M19-Mar-03 23:36
professionalJoan M19-Mar-03 23:36 
Question<p class="body">How to draw parts of a Windows XP icon??? Pin
Chopper19-Mar-03 23:20
Chopper19-Mar-03 23:20 
QuestionUsing the perfmon tool I've seen that my application acumulates handlers, is it bad? Pin
Joan M19-Mar-03 23:01
professionalJoan M19-Mar-03 23:01 
AnswerRe: Using the perfmon tool I've seen that my application acumulates handlers, is it bad? Pin
Alin Negru20-Mar-03 1:07
Alin Negru20-Mar-03 1:07 
GeneralRe: Using the perfmon tool I've seen that my application acumulates handlers, is it bad? Pin
Joan M20-Mar-03 3:37
professionalJoan M20-Mar-03 3:37 
GeneralPre-Compile Actions Pin
Yaron Nir19-Mar-03 21:20
Yaron Nir19-Mar-03 21:20 
GeneralRe: Pre-Compile Actions Pin
Pavel Klocek19-Mar-03 22:35
Pavel Klocek19-Mar-03 22:35 
GeneralRe: Pre-Compile Actions Pin
Yaron Nir19-Mar-03 22:38
Yaron Nir19-Mar-03 22:38 
GeneralRe: Pre-Compile Actions Pin
Pavel Klocek19-Mar-03 22:58
Pavel Klocek19-Mar-03 22: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.