Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSir,Can any Help me ,I want to Know For What Generic Reason Will Applications Developed in VC++ Will Crash? Pin
CodeVarma28-Feb-06 14:58
CodeVarma28-Feb-06 14:58 
AnswerRe: Sir,Can any Help me ,I want to Know For What Generic Reason Will Applications Developed in VC++ Will Crash? Pin
mbue28-Feb-06 15:09
mbue28-Feb-06 15:09 
AnswerRe: Sir,Can any Help me ,I want to Know For What Generic Reason Will Applications Developed in VC++ Will Crash? Pin
QuickDeveloper28-Feb-06 17:15
QuickDeveloper28-Feb-06 17:15 
GeneralRe: Sir,Can any Help me ,I want to Know For What Generic Reason Will Applications Developed in VC++ Will Crash? Pin
Stephen Hewitt1-Mar-06 11:36
Stephen Hewitt1-Mar-06 11:36 
QuestionCan code be given exclusive CPU access in XP? Pin
Simon Steel28-Feb-06 14:16
Simon Steel28-Feb-06 14:16 
AnswerRe: Can code be given exclusive CPU access in XP? Pin
mbue28-Feb-06 14:40
mbue28-Feb-06 14:40 
AnswerRe: Can code be given exclusive CPU access in XP? Pin
Ryan Binns28-Feb-06 18:12
Ryan Binns28-Feb-06 18:12 
AnswerRe: Can code be given exclusive CPU access in XP? Pin
BadKarma28-Feb-06 20:29
BadKarma28-Feb-06 20:29 
Hi,

You can try to increase your Thread priority. This sounds like the thing you wanted, but you have to be carefully though, because when doing this you could make the OS instable.
BOOL SetThreadPriority(
  HANDLE hThread,
  int nPriority
);

Where hThread is the handle of the thread and nPriority is one of the following values:
THREAD_PRIORITY_TIME_CRITICAL<br />
THREAD_PRIORITY_HIGHEST<br />
THREAD_PRIORITY_ABOVE_NORMAL<br />
THREAD_PRIORITY_NORMAL<br />
THREAD_PRIORITY_BELOW_NORMAL<br />
THREAD_PRIORITY_LOWEST<br />
THREAD_PRIORITY_IDLE


codito ergo sum
QuestionDDX_Control and DDX_Text Pin
derek728-Feb-06 13:48
derek728-Feb-06 13:48 
AnswerRe: DDX_Control and DDX_Text Pin
mbue28-Feb-06 14:31
mbue28-Feb-06 14:31 
GeneralRe: DDX_Control and DDX_Text Pin
derek728-Feb-06 15:08
derek728-Feb-06 15:08 
GeneralRe: DDX_Control and DDX_Text Pin
mbue28-Feb-06 15:14
mbue28-Feb-06 15:14 
GeneralRe: DDX_Control and DDX_Text Pin
derek728-Feb-06 15:33
derek728-Feb-06 15:33 
Questionusing bitmap as logo in diaglog-based app Pin
swatgodjr28-Feb-06 13:22
swatgodjr28-Feb-06 13:22 
AnswerRe: using bitmap as logo in diaglog-based app Pin
mbue28-Feb-06 13:45
mbue28-Feb-06 13:45 
GeneralRe: using bitmap as logo in diaglog-based app Pin
swatgodjr28-Feb-06 14:33
swatgodjr28-Feb-06 14:33 
GeneralRe: using bitmap as logo in diaglog-based app Pin
mbue28-Feb-06 14:51
mbue28-Feb-06 14:51 
QuestionWhat does this syntax mean? Pin
Richard Andrew x6428-Feb-06 11:55
professionalRichard Andrew x6428-Feb-06 11:55 
AnswerRe: What does this syntax mean? Pin
Chris Losinger28-Feb-06 12:05
professionalChris Losinger28-Feb-06 12:05 
AnswerRe: What does this syntax mean? Pin
PJ Arends28-Feb-06 12:07
professionalPJ Arends28-Feb-06 12:07 
AnswerRe: What does this syntax mean? Pin
Ryan Binns28-Feb-06 18:18
Ryan Binns28-Feb-06 18:18 
QuestionAny java/C#-like STL alternatives for unmanaged c++? Pin
FocusedWolf28-Feb-06 11:03
FocusedWolf28-Feb-06 11:03 
AnswerRe: Any java/C#-like STL alternatives for unmanaged c++? Pin
Chris Losinger28-Feb-06 12:06
professionalChris Losinger28-Feb-06 12:06 
AnswerRe: Any java/C#-like STL alternatives for unmanaged c++? Pin
Stephen Hewitt28-Feb-06 12:36
Stephen Hewitt28-Feb-06 12:36 
QuestionReading a 16bit data file??? Pin
pavanbabut28-Feb-06 10:18
pavanbabut28-Feb-06 10:18 

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.