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

C / C++ / MFC

 
QuestionHow to integrate msxml 6 with my installer Pin
code4jigar4-Sep-06 19:38
code4jigar4-Sep-06 19:38 
AnswerRe: How to integrate msxml 6 with my installer Pin
Michael Dunn4-Sep-06 20:18
sitebuilderMichael Dunn4-Sep-06 20:18 
QuestionRe: How to integrate msxml 6 with my installer Pin
code4jigar4-Sep-06 20:36
code4jigar4-Sep-06 20:36 
Questioncheck the characters in a string Pin
Anu_Bala4-Sep-06 19:21
Anu_Bala4-Sep-06 19:21 
AnswerRe: check the characters in a string Pin
prasad_som4-Sep-06 19:33
prasad_som4-Sep-06 19:33 
GeneralRe: check the characters in a string Pin
Anu_Bala4-Sep-06 20:58
Anu_Bala4-Sep-06 20:58 
QuestionRe: check the characters in a string Pin
prasad_som4-Sep-06 21:10
prasad_som4-Sep-06 21:10 
AnswerRe: check the characters in a string Pin
Anu_Bala4-Sep-06 21:28
Anu_Bala4-Sep-06 21:28 
Thanks for reply..
I explain you my need in details.
First the string is like this sTemp="sub m3 PV||add m3 SV||MD||"

Then i have to extract few things and i have to put in to seperate string
Final String, CString StrFinal = "PV||SV||MD"
I know to extract first two things i.e., sub m3

i did like this

int pos2 = sTemp.Find("\n");
sTemp3 = sTemp.Mid(pos2-3);
sTemp=sTemp3;
here STemp = PV||add m3 SV||MD
And then i have to extract add and m3.
But i dont know to extract the middle add m3 . i need this thing

Anu

GeneralRe: check the characters in a string Pin
prasad_som4-Sep-06 22:42
prasad_som4-Sep-06 22:42 
GeneralRe: check the characters in a string Pin
Hamid_RT4-Sep-06 22:52
Hamid_RT4-Sep-06 22:52 
GeneralRe: check the characters in a string Pin
Anu_Bala4-Sep-06 23:34
Anu_Bala4-Sep-06 23:34 
GeneralRe: check the characters in a string Pin
Hamid_RT5-Sep-06 0:58
Hamid_RT5-Sep-06 0:58 
AnswerRe: check the characters in a string Pin
velayudhan_raj4-Sep-06 19:42
velayudhan_raj4-Sep-06 19:42 
AnswerRe: check the characters in a string Pin
Hamid_RT4-Sep-06 20:10
Hamid_RT4-Sep-06 20:10 
QuestionHow to use the exports functions of control panel? Pin
Tcpip20054-Sep-06 19:20
Tcpip20054-Sep-06 19:20 
AnswerRe: How to use the exports functions of control panel? Pin
Michael Dunn4-Sep-06 20:21
sitebuilderMichael Dunn4-Sep-06 20:21 
GeneralRe: How to use the exports functions of control panel? Pin
Tcpip20054-Sep-06 23:01
Tcpip20054-Sep-06 23:01 
QuestionvalidateRect within CDialogBar Pin
IlanTal4-Sep-06 19:08
IlanTal4-Sep-06 19:08 
AnswerRe: validateRect within CDialogBar Pin
prasad_som4-Sep-06 19:25
prasad_som4-Sep-06 19:25 
AnswerRe: validateRect within CDialogBar Pin
IlanTal4-Sep-06 19:41
IlanTal4-Sep-06 19:41 
GeneralRe: validateRect within CDialogBar Pin
prasad_som4-Sep-06 19:57
prasad_som4-Sep-06 19:57 
QuestionNeed suggestion Pin
LaHaHa4-Sep-06 18:06
LaHaHa4-Sep-06 18:06 
AnswerRe: Need suggestion Pin
Steve Echols4-Sep-06 18:23
Steve Echols4-Sep-06 18:23 
GeneralRe: Need suggestion Pin
LaHaHa4-Sep-06 20:49
LaHaHa4-Sep-06 20:49 
GeneralRe: Need suggestion Pin
Steve Echols4-Sep-06 21:18
Steve Echols4-Sep-06 21: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.