Click here to Skip to main content
15,901,284 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Hamid_RT24-May-07 21:35
Hamid_RT24-May-07 21:35 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Tal S.24-May-07 11:31
Tal S.24-May-07 11:31 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Tal S.24-May-07 11:36
Tal S.24-May-07 11:36 
QuestionLNK Error 1112 Pin
Manjunath S24-May-07 3:46
Manjunath S24-May-07 3:46 
AnswerRe: LNK Error 1112 Pin
JudyL_MD24-May-07 5:08
JudyL_MD24-May-07 5:08 
QuestionButton and focus Pin
ArielR24-May-07 2:33
ArielR24-May-07 2:33 
AnswerRe: Button and focus Pin
Nibu babu thomas24-May-07 2:53
Nibu babu thomas24-May-07 2:53 
AnswerRe: Button and focus Pin
ArielR24-May-07 2:57
ArielR24-May-07 2:57 
GeneralRe: Button and focus Pin
CPallini24-May-07 3:19
mveCPallini24-May-07 3:19 
Questionpreemption for 16ms Pin
Nir sheffi24-May-07 1:25
Nir sheffi24-May-07 1:25 
AnswerRe: preemption for 16ms Pin
Roger Stoltz24-May-07 1:35
Roger Stoltz24-May-07 1:35 
GeneralRe: preemption for 16ms Pin
Nir sheffi24-May-07 1:57
Nir sheffi24-May-07 1:57 
GeneralRe: preemption for 16ms Pin
CPallini24-May-07 2:14
mveCPallini24-May-07 2:14 
GeneralRe: preemption for 16ms Pin
Nir sheffi24-May-07 2:45
Nir sheffi24-May-07 2:45 
GeneralRe: preemption for 16ms Pin
Roger Stoltz24-May-07 2:20
Roger Stoltz24-May-07 2:20 
AnswerRe: preemption for 16ms Pin
Randor 24-May-07 3:28
professional Randor 24-May-07 3:28 
GeneralRe: preemption for 16ms Pin
Roger Stoltz24-May-07 4:24
Roger Stoltz24-May-07 4:24 
GeneralRe: preemption for 16ms Pin
Randor 24-May-07 10:33
professional Randor 24-May-07 10:33 
GeneralRe: preemption for 16ms Pin
Roger Stoltz24-May-07 21:04
Roger Stoltz24-May-07 21:04 
GeneralRe: preemption for 16ms Pin
Randor 25-May-07 4:27
professional Randor 25-May-07 4:27 
GeneralRe: preemption for 16ms Pin
Roger Stoltz27-May-07 12:16
Roger Stoltz27-May-07 12:16 
QuestionAnyone know how I can install this addin? Pin
Stick^24-May-07 1:23
Stick^24-May-07 1:23 
AnswerRe: Anyone know how I can install this addin? Pin
David Crow24-May-07 3:12
David Crow24-May-07 3:12 
Questionlstrlen problem Pin
si_6924-May-07 0:36
si_6924-May-07 0:36 
Hi All

I have the below bit of code, it seems that some users somehow are getting the below statement to return TRUE when m_message > 160

can anyone see any problems with this ?

thanks

Simon

int nBytes = lstrlen(m_message);
if (nBytes >160)
{
AfxMessageBox("You have exceeded the maximum number of\ncharacters allowed", MB_ICONSTOP);
return FALSE;
}
else
return TRUE;
AnswerRe: lstrlen problem Pin
James R. Twine24-May-07 0:49
James R. Twine24-May-07 0:49 

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.