Click here to Skip to main content
15,880,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: vzsvsd Pin
Rajesh R Subramanian5-May-07 21:30
professionalRajesh R Subramanian5-May-07 21:30 
QuestionRe: vzsvsd Pin
Hamid_RT6-May-07 6:38
Hamid_RT6-May-07 6:38 
AnswerRe: vzsvsd Pin
Mark Salsbery6-May-07 14:01
Mark Salsbery6-May-07 14:01 
GeneralRe: vzsvsd Pin
Hamid_RT6-May-07 20:33
Hamid_RT6-May-07 20:33 
GeneralRe: vzsvsd Pin
Mark Salsbery7-May-07 4:16
Mark Salsbery7-May-07 4:16 
GeneralRe: vzsvsd Pin
Hamid_RT7-May-07 9:27
Hamid_RT7-May-07 9:27 
AnswerRe: vzsvsd Pin
ThatsAlok16-May-07 19:47
ThatsAlok16-May-07 19:47 
Questionabout InterLocked functions Pin
HOW WHAT5-May-07 16:45
HOW WHAT5-May-07 16:45 
BOOL bValue;<br />
<br />
if (bValue)<br />
{<br />
bValue = FALSE;<br />
}<br />
else<br />
{<br />
bValue = TRUE;<br />
}


If write this code to InterLocked functions, how to write?

if (InterlockedExchange(&bValue, TRUE) = TRUE))<br />
{<br />
InterlockedExchange(&bValue, FALSE);<br />
}


Right?

Thanks.
Questionneed an equivilent to CFile::Write() in MFC Pin
cy163@hotmail.com5-May-07 16:16
cy163@hotmail.com5-May-07 16:16 
AnswerRe: need an equivilent to CFile::Write() in MFC Pin
Mark Salsbery5-May-07 17:38
Mark Salsbery5-May-07 17:38 
GeneralRe: need an equivilent to CFile::Write() in MFC Pin
cy163@hotmail.com5-May-07 18:06
cy163@hotmail.com5-May-07 18:06 
GeneralRe: need an equivilent to CFile::Write() in MFC [modified] Pin
Mark Salsbery5-May-07 18:39
Mark Salsbery5-May-07 18:39 
QuestionCustom icon size in system tray? Pin
TragicComic5-May-07 15:01
TragicComic5-May-07 15:01 
AnswerRe: Custom icon size in system tray? Pin
Sam_c6-May-07 0:05
Sam_c6-May-07 0:05 
AnswerRe: Custom icon size in system tray? Pin
ThatsAlok16-May-07 19:43
ThatsAlok16-May-07 19:43 
QuestionFind the OS version and SP Pin
RomTibi5-May-07 9:51
RomTibi5-May-07 9:51 
AnswerRe: Find the OS version and SP Pin
PJ Arends5-May-07 10:23
professionalPJ Arends5-May-07 10:23 
GeneralRe: Find the OS version and SP Pin
RomTibi5-May-07 19:42
RomTibi5-May-07 19:42 
AnswerRe: Find the OS version and SP Pin
Rajesh R Subramanian5-May-07 10:26
professionalRajesh R Subramanian5-May-07 10:26 
GeneralRe: Find the OS version and SP Pin
RomTibi5-May-07 19:42
RomTibi5-May-07 19:42 
AnswerRe: Find the OS version and SP Pin
Sam_c5-May-07 11:41
Sam_c5-May-07 11:41 
GeneralRe: Find the OS version and SP Pin
RomTibi5-May-07 19:44
RomTibi5-May-07 19:44 
GeneralRe: Find the OS version and SP Pin
ThatsAlok16-May-07 19:42
ThatsAlok16-May-07 19:42 
QuestionClass+WNDPROC Pin
shaderx5-May-07 9:13
shaderx5-May-07 9:13 
AnswerRe: Class+WNDPROC Pin
Mark Salsbery5-May-07 9:18
Mark Salsbery5-May-07 9: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.