Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with menu Shortcut keys in my VC++ dialog based Application. Pin
G Haranadh17-Sep-05 19:20
G Haranadh17-Sep-05 19:20 
AnswerRe: Problem with menu Shortcut keys in my VC++ dialog based Application. Pin
Jose Lamas Rios17-Sep-05 19:38
Jose Lamas Rios17-Sep-05 19:38 
AnswerRe: Problem with menu Shortcut keys in my VC++ dialog based Application. Pin
G Haranadh17-Sep-05 19:46
G Haranadh17-Sep-05 19:46 
GeneralRe: Problem with menu Shortcut keys in my VC++ dialog based Application. Pin
Jose Lamas Rios17-Sep-05 20:18
Jose Lamas Rios17-Sep-05 20:18 
QuestionCString question Pin
benjnp17-Sep-05 18:48
benjnp17-Sep-05 18:48 
AnswerRe: CString question Pin
Michael Dunn17-Sep-05 18:56
sitebuilderMichael Dunn17-Sep-05 18:56 
GeneralRe: CString question Pin
benjnp17-Sep-05 19:02
benjnp17-Sep-05 19:02 
AnswerRe: CString question Pin
Neelesh K J Jain17-Sep-05 19:08
Neelesh K J Jain17-Sep-05 19:08 
You can use the member function CString as GetAt().

For eg.,

CString strName;

strName.GetAt(0);
strName.GetAt(1);
....
....
....


You can use GetLength() function of CString and loop through all the characters.

Regards,
Neelesh K J Jain. Smile | :) Smile | :) Smile | :)

Don't Forget to Rate the replies when they help you.
GeneralRe: CString question Pin
benjnp17-Sep-05 19:14
benjnp17-Sep-05 19:14 
GeneralRe: CString question Pin
Jack Puppy17-Sep-05 19:23
Jack Puppy17-Sep-05 19:23 
GeneralRe: CString question Pin
benjnp17-Sep-05 19:26
benjnp17-Sep-05 19:26 
GeneralRe: CString question Pin
Neelesh K J Jain17-Sep-05 19:25
Neelesh K J Jain17-Sep-05 19:25 
AnswerRe: CString question Pin
ThatsAlok18-Sep-05 18:42
ThatsAlok18-Sep-05 18:42 
QuestionDialog menu problem Pin
benjnp17-Sep-05 18:41
benjnp17-Sep-05 18:41 
AnswerRe: Dialog menu problem Pin
Jose Lamas Rios17-Sep-05 19:43
Jose Lamas Rios17-Sep-05 19:43 
GeneralRe: Dialog menu problem Pin
benjnp17-Sep-05 21:02
benjnp17-Sep-05 21:02 
QuestionTool Bar Control Problem. Pin
Neelesh K J Jain17-Sep-05 18:33
Neelesh K J Jain17-Sep-05 18:33 
QuestionDisk drives Pin
benjnp17-Sep-05 17:37
benjnp17-Sep-05 17:37 
AnswerRe: Disk drives Pin
Michael Dunn17-Sep-05 18:44
sitebuilderMichael Dunn17-Sep-05 18:44 
GeneralRe: Disk drives Pin
benjnp17-Sep-05 19:03
benjnp17-Sep-05 19:03 
AnswerRe: Disk drives Pin
ThatsAlok18-Sep-05 18:45
ThatsAlok18-Sep-05 18:45 
QuestionC++ question Pin
Sveta8017-Sep-05 12:39
Sveta8017-Sep-05 12:39 
AnswerRe: C++ question Pin
Achim Klein17-Sep-05 14:16
Achim Klein17-Sep-05 14:16 
GeneralRe: C++ question Pin
Achim Klein17-Sep-05 14:24
Achim Klein17-Sep-05 14:24 
AnswerRe: C++ question Pin
David Crow17-Sep-05 15:04
David Crow17-Sep-05 15:04 

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.