Click here to Skip to main content
15,900,511 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: try ... catch problem Pin
Programm3r4-Sep-06 20:37
Programm3r4-Sep-06 20:37 
AnswerRe: try ... catch problem Pin
prasad_som4-Sep-06 20:48
prasad_som4-Sep-06 20:48 
GeneralRe: try ... catch problem Pin
Programm3r4-Sep-06 21:02
Programm3r4-Sep-06 21:02 
Questionhow to update data from into database? Pin
ravi04794-Sep-06 19:57
ravi04794-Sep-06 19:57 
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 
Hi,
my string is CString STemp="PV SV MD";
I have to check whether SV or PV or MD is present in the string.
if(PV is present)
{
certain functions;
}
if(SV is present)
{
}
I have to check the presence of any two characters in a string.How can i make this?
I use Find() but it gives the position but i want a particular character.
Any function is there??Pls...

Anu

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 
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 

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.