Click here to Skip to main content
15,897,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSubclassing / embedding Active X's Pin
rw10411-Mar-04 2:13
rw10411-Mar-04 2:13 
GeneralInveting a BitMap Pin
Pazzuzu11-Mar-04 1:35
Pazzuzu11-Mar-04 1:35 
GeneralRe: Inveting a BitMap Pin
Pazzuzu11-Mar-04 2:02
Pazzuzu11-Mar-04 2:02 
QuestionHow to check that if a file has been already opened Pin
Deepak Samuel11-Mar-04 1:35
Deepak Samuel11-Mar-04 1:35 
Questionhow to call a menu by clicking a button from a dialog? Pin
yeefarn11-Mar-04 0:57
yeefarn11-Mar-04 0:57 
AnswerRe: how to call a menu by clicking a button from a dialog? Pin
Tomasz Sowinski11-Mar-04 3:01
Tomasz Sowinski11-Mar-04 3:01 
AnswerRe: how to call a menu by clicking a button from a dialog? Pin
Roger Allen11-Mar-04 4:58
Roger Allen11-Mar-04 4:58 
GeneralParsing CString Pin
Caoimh11-Mar-04 0:46
Caoimh11-Mar-04 0:46 
I'v got a CString string as follows

CString strPacket = "$1234567FFFFFFFF#00

I want to parse the string so that str1 = "1234567" & str2 = "FFFFFFFF"

Any suggestions on how to do this

At the moment I'm using the following, however there must be an easier way of doing this.



m_strRspData = "";
for(i = 1; i < 9; i++){
m_strHex = m_strRspPacket.GetAt(i);
m_strRspData += m_strHex;
}
m_strRspData.MakeUpper();
GeneralRe: Parsing CString Pin
Robert A. T. Káldy11-Mar-04 1:00
Robert A. T. Káldy11-Mar-04 1:00 
GeneralRe: Parsing CString Pin
David Crow11-Mar-04 2:38
David Crow11-Mar-04 2:38 
GeneralTerminateProcess w2k and xp! Pin
ceuba11-Mar-04 0:46
ceuba11-Mar-04 0:46 
GeneralRe: TerminateProcess w2k and xp! Pin
Tomasz Sowinski11-Mar-04 3:06
Tomasz Sowinski11-Mar-04 3:06 
GeneralRe: TerminateProcess w2k and xp! Pin
ceuba11-Mar-04 3:33
ceuba11-Mar-04 3:33 
GeneralRe: TerminateProcess w2k and xp! Pin
Tomasz Sowinski11-Mar-04 3:46
Tomasz Sowinski11-Mar-04 3:46 
GeneralConvert CString to Unsigned Long Pin
Caoimh11-Mar-04 0:41
Caoimh11-Mar-04 0:41 
GeneralRe: Convert CString to Unsigned Long Pin
toxcct11-Mar-04 0:46
toxcct11-Mar-04 0:46 
GeneralRe: Convert CString to Unsigned Long Pin
David Crow11-Mar-04 2:39
David Crow11-Mar-04 2:39 
GeneralRe: Convert CString to Unsigned Long Pin
Steve S11-Mar-04 2:52
Steve S11-Mar-04 2:52 
GeneralRe: Convert CString to Unsigned Long Pin
Michael Haephrati12-Apr-15 9:39
professionalMichael Haephrati12-Apr-15 9:39 
Questionmust I port time critical code from Visual C++ 6.0 to 7.0 ? Pin
GuimaSun11-Mar-04 0:30
GuimaSun11-Mar-04 0:30 
AnswerRe: must I port time critical code from Visual C++ 6.0 to 7.0 ? Pin
Tomasz Sowinski11-Mar-04 2:54
Tomasz Sowinski11-Mar-04 2:54 
Generalsolve expression Pin
Member 169706311-Mar-04 0:25
Member 169706311-Mar-04 0:25 
GeneralRe: solve expression Pin
Prakash Nadar11-Mar-04 0:38
Prakash Nadar11-Mar-04 0:38 
GeneralRe: solve expression Pin
Robert A. T. Káldy11-Mar-04 0:56
Robert A. T. Káldy11-Mar-04 0:56 
GeneralRe: solve expression Pin
David Crow11-Mar-04 2:51
David Crow11-Mar-04 2:51 

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.