Click here to Skip to main content
15,913,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Splitter Windows Pin
Mark Salsbery23-Mar-07 7:30
Mark Salsbery23-Mar-07 7:30 
QuestionDisable tab-- pls help me Pin
deeps_cute21-Mar-07 22:15
deeps_cute21-Mar-07 22:15 
AnswerRe: Disable tab-- pls help me Pin
prasad_som21-Mar-07 22:45
prasad_som21-Mar-07 22:45 
QuestionMemory Leak in ADO Connection->open() Pin
voorugonda prashanth21-Mar-07 22:11
voorugonda prashanth21-Mar-07 22:11 
AnswerRe: Memory Leak in ADO Connection->open() Pin
kakan21-Mar-07 22:28
professionalkakan21-Mar-07 22:28 
QuestionMail Id checking problem Pin
Y_Kaushik21-Mar-07 22:01
Y_Kaushik21-Mar-07 22:01 
AnswerRe: Mail Id checking problem Pin
toxcct21-Mar-07 23:48
toxcct21-Mar-07 23:48 
AnswerRe: Mail Id checking problem Pin
James R. Twine22-Mar-07 1:55
James R. Twine22-Mar-07 1:55 
   Since no-one gave you a very clear answer or provided a solution...

   It looks like you are trying to use a Regular Expression to validate an email address.  Neither the CString object nor the strcmp(...) function can perform Regular Expression operations.

   You need to find a RegEx engine to do that kind of comparision.  boost[^] has one that you can use rather easily and it has good documentation and examples for its use.

   Lastly, note that certain characters may be valid in an email address, like #$&-+=!, so you might want to limit validation to something like making sure that it contains one "@" and at least one ".".  Email addresses should be confirmed, not just verified.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

QuestionResize of the Frame Pin
Kiran Pinjala21-Mar-07 21:51
Kiran Pinjala21-Mar-07 21:51 
AnswerRe: Resize of the Frame Pin
prasad_som21-Mar-07 22:39
prasad_som21-Mar-07 22:39 
QuestionResource Error Pin
rushiraj.jhala21-Mar-07 21:36
rushiraj.jhala21-Mar-07 21:36 
QuestionRe: Resource Error Pin
prasad_som21-Mar-07 21:40
prasad_som21-Mar-07 21:40 
AnswerRe: Resource Error Pin
rushiraj.jhala21-Mar-07 23:31
rushiraj.jhala21-Mar-07 23:31 
Questionhow to solve the problem occured due to using setupapi.h and Dbt.h header files in my windows service application.. in windows XP and VC++.Net 2005 Pin
anumadhu21-Mar-07 21:32
anumadhu21-Mar-07 21:32 
AnswerKeep title concise,too Pin
prasad_som21-Mar-07 21:38
prasad_som21-Mar-07 21:38 
AnswerRe: how to solve the problem occured due to using setupapi.h and Dbt.h header files in my windows service application.. in windows XP and VC++.Net 2005 Pin
anumadhu22-Mar-07 1:50
anumadhu22-Mar-07 1:50 
Questionretrieving an offset from an EXE Pin
SharatChandra21-Mar-07 21:14
SharatChandra21-Mar-07 21:14 
AnswerRe: retrieving an offset from an EXE Pin
toxcct21-Mar-07 23:46
toxcct21-Mar-07 23:46 
AnswerRe: retrieving an offset from an EXE Pin
James R. Twine22-Mar-07 1:57
James R. Twine22-Mar-07 1:57 
GeneralRe: retrieving an offset from an EXE Pin
David Crow22-Mar-07 3:33
David Crow22-Mar-07 3:33 
Questionregarding WAVE to MP3 conversion Pin
puneet_cha21-Mar-07 21:05
puneet_cha21-Mar-07 21:05 
AnswerRe: regarding WAVE to MP3 conversion Pin
Rajesh R Subramanian22-Mar-07 0:52
professionalRajesh R Subramanian22-Mar-07 0:52 
AnswerRe: regarding WAVE to MP3 conversion Pin
Mark Salsbery22-Mar-07 8:00
Mark Salsbery22-Mar-07 8:00 
Questionlistview remove item problem Pin
amitmistry_petlad 21-Mar-07 21:04
amitmistry_petlad 21-Mar-07 21:04 
AnswerRe: listview remove item problem Pin
Parthi_Appu21-Mar-07 21:13
Parthi_Appu21-Mar-07 21:13 

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.