Click here to Skip to main content
15,890,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionreading/writing to a textfile Pin
RabiaAslam3-Jan-06 8:45
RabiaAslam3-Jan-06 8:45 
QuestionRe: reading/writing to a textfile Pin
David Crow3-Jan-06 9:25
David Crow3-Jan-06 9:25 
AnswerRe: reading/writing to a textfile Pin
Klerik823-Jan-06 13:07
Klerik823-Jan-06 13:07 
AnswerRe: reading/writing to a textfile Pin
ThatsAlok4-Jan-06 0:52
ThatsAlok4-Jan-06 0:52 
QuestionSpell check in an MFC UI Pin
PrashantJ3-Jan-06 8:29
PrashantJ3-Jan-06 8:29 
AnswerRe: Spell check in an MFC UI Pin
Sheng Jiang 蒋晟3-Jan-06 17:28
Sheng Jiang 蒋晟3-Jan-06 17:28 
QuestionClassWizard for Visual Studio 2005 Pin
DanYELL3-Jan-06 4:39
DanYELL3-Jan-06 4:39 
AnswerRe: ClassWizard for Visual Studio 2005 Pin
Rob Caldecott3-Jan-06 5:01
Rob Caldecott3-Jan-06 5:01 
GeneralRe: ClassWizard for Visual Studio 2005 Pin
DanYELL3-Jan-06 6:10
DanYELL3-Jan-06 6:10 
GeneralRe: ClassWizard for Visual Studio 2005 Pin
Rob Caldecott3-Jan-06 6:32
Rob Caldecott3-Jan-06 6:32 
GeneralRe: ClassWizard for Visual Studio 2005 Pin
DanYELL3-Jan-06 9:15
DanYELL3-Jan-06 9:15 
GeneralRe: ClassWizard for Visual Studio 2005 Pin
Joe Woodbury4-Jan-06 18:29
professionalJoe Woodbury4-Jan-06 18:29 
QuestionIntercept login from locked screen Pin
davedoc3-Jan-06 4:27
davedoc3-Jan-06 4:27 
AnswerRe: Intercept login from locked screen Pin
David Crow3-Jan-06 6:46
David Crow3-Jan-06 6:46 
AnswerRe: Intercept login from locked screen Pin
sunit53-Jan-06 19:10
sunit53-Jan-06 19:10 
GeneralRe: Intercept login from locked screen Pin
davedoc4-Jan-06 1:43
davedoc4-Jan-06 1:43 
QuestionHow to access a Dialog from another class X? Pin
Eytukan3-Jan-06 3:37
Eytukan3-Jan-06 3:37 
AnswerRe: How to access a Dialog from another class X? Pin
benjymous3-Jan-06 4:48
benjymous3-Jan-06 4:48 
GeneralRe: How to access a Dialog from another class X? Pin
Eytukan3-Jan-06 4:58
Eytukan3-Jan-06 4:58 
AnswerRe: How to access a Dialog from another class X? Pin
Prakash Nadar3-Jan-06 5:05
Prakash Nadar3-Jan-06 5:05 
GeneralRe: How to access a Dialog from another class X? Pin
Eytukan3-Jan-06 5:10
Eytukan3-Jan-06 5:10 
GeneralRe: How to access a Dialog from another class X? Pin
S Douglas3-Jan-06 20:25
professionalS Douglas3-Jan-06 20:25 
Questionthread/application priority Pin
tonyro3-Jan-06 3:30
tonyro3-Jan-06 3:30 
I'm trying to write a very time sensitive program so I need to make sure that the entire application receives the highest of priorities and that no background tasks are running. I tried using 'SetThreadPriority(hWnd,31);', but other tasks, processes, applications, etc still seem to run and interfere with the timing of my program. Is it possible to make my program such that it is the only task that is running on the computer? Thanks in advance for any help.
AnswerRe: thread/application priority Pin
khan++3-Jan-06 3:42
khan++3-Jan-06 3:42 
AnswerRe: thread/application priority Pin
Ali Mojtabaee3-Jan-06 3:50
Ali Mojtabaee3-Jan-06 3:50 

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.