Click here to Skip to main content
15,900,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Multiple Keyboard events Pin
Jumpin' Jeff4-Aug-05 14:22
Jumpin' Jeff4-Aug-05 14:22 
GeneralRe: Multiple Keyboard events Pin
Jumpin' Jeff4-Aug-05 15:54
Jumpin' Jeff4-Aug-05 15:54 
GeneralRe: Multiple Keyboard events Pin
Jumpin' Jeff5-Aug-05 2:37
Jumpin' Jeff5-Aug-05 2:37 
GeneralRe: Multiple Keyboard events Pin
Blake Miller5-Aug-05 4:05
Blake Miller5-Aug-05 4:05 
GeneralUsing NtCreateFile Pin
Chintoo7234-Aug-05 7:25
Chintoo7234-Aug-05 7:25 
GeneralRe: Using NtCreateFile Pin
Toby Opferman4-Aug-05 11:54
Toby Opferman4-Aug-05 11:54 
Generalrunning with less cpu usage Pin
Chintoo7234-Aug-05 7:21
Chintoo7234-Aug-05 7:21 
GeneralRe: running with less cpu usage Pin
Blake Miller4-Aug-05 7:49
Blake Miller4-Aug-05 7:49 
1. You can reduce the priority of your application or of specific worker threads.

The SetThreadPriority function sets the priority value for the specified thread. This value, together with the priority class of the thread's process, determines the thread's base priority level.

Why not just let the OS figure it out? Although I realize that a ill-behaved foreground application can really seem to take over your computer!
GeneralGetThemeColor of disabled BP_PUSHBUTTON Pin
RazorBridge4-Aug-05 7:10
RazorBridge4-Aug-05 7:10 
GeneralRe: GetThemeColor of disabled BP_PUSHBUTTON Pin
Jose Lamas Rios4-Aug-05 18:12
Jose Lamas Rios4-Aug-05 18:12 
GeneralRe: GetThemeColor of disabled BP_PUSHBUTTON Pin
RazorBridge4-Aug-05 21:49
RazorBridge4-Aug-05 21:49 
GeneralDisallowing Ctrl-Alt-Del Pin
#realJSOP4-Aug-05 6:26
professional#realJSOP4-Aug-05 6:26 
GeneralRe: Disallowing Ctrl-Alt-Del Pin
Graham Bradshaw4-Aug-05 6:53
Graham Bradshaw4-Aug-05 6:53 
GeneralRe: Disallowing Ctrl-Alt-Del Pin
#realJSOP4-Aug-05 8:26
professional#realJSOP4-Aug-05 8:26 
GeneralRe: Disallowing Ctrl-Alt-Del Pin
Maximilien4-Aug-05 9:16
Maximilien4-Aug-05 9:16 
GeneralRe: Disallowing Ctrl-Alt-Del Pin
Graham Bradshaw4-Aug-05 10:37
Graham Bradshaw4-Aug-05 10:37 
GeneralRe: Disallowing Ctrl-Alt-Del Pin
Tom Archer4-Aug-05 11:54
Tom Archer4-Aug-05 11:54 
GeneralRe: Disallowing Ctrl-Alt-Del Pin
Anonymous4-Aug-05 15:59
Anonymous4-Aug-05 15:59 
GeneralRe: Disallowing Ctrl-Alt-Del Pin
David Crow9-Aug-05 9:23
David Crow9-Aug-05 9:23 
GeneralConverting char* to unicode big-endian Pin
scchan19844-Aug-05 5:36
scchan19844-Aug-05 5:36 
GeneralRe: Converting char* to unicode big-endian Pin
GKarRacer4-Aug-05 6:26
GKarRacer4-Aug-05 6:26 
GeneralRe: Converting char* to unicode big-endian Pin
scchan19844-Aug-05 16:17
scchan19844-Aug-05 16:17 
GeneralRe: Converting char* to unicode big-endian Pin
Jose Lamas Rios4-Aug-05 19:59
Jose Lamas Rios4-Aug-05 19:59 
GeneralRe: Converting char* to unicode big-endian Pin
scchan19844-Aug-05 20:41
scchan19844-Aug-05 20:41 
GeneralRe: Converting char* to unicode big-endian Pin
Jose Lamas Rios4-Aug-05 21:59
Jose Lamas Rios4-Aug-05 21:59 

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.