Click here to Skip to main content
15,912,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: A Question about Input Fields Pin
Christian Graus29-Nov-08 14:36
protectorChristian Graus29-Nov-08 14:36 
GeneralRe: A Question about Input Fields Pin
Code-o-mat29-Nov-08 22:29
Code-o-mat29-Nov-08 22:29 
GeneralRe: A Question about Input Fields Pin
BobInNJ30-Nov-08 13:43
BobInNJ30-Nov-08 13:43 
GeneralRe: A Question about Input Fields Pin
Code-o-mat30-Nov-08 21:30
Code-o-mat30-Nov-08 21:30 
GeneralRe: A Question about Input Fields Pin
BobInNJ1-Dec-08 5:55
BobInNJ1-Dec-08 5:55 
GeneralRe: A Question about Input Fields Pin
Code-o-mat1-Dec-08 7:02
Code-o-mat1-Dec-08 7:02 
GeneralRe: A Question about Input Fields Pin
BobInNJ1-Dec-08 9:35
BobInNJ1-Dec-08 9:35 
GeneralRe: A Question about Input Fields Pin
BobInNJ1-Dec-08 9:59
BobInNJ1-Dec-08 9:59 
I have two other follow up questions:

1) I would like the program to behave in such a way that when the user hit's return
the program move to the next field. Just the way tab works. Is there a way to do this?
2) When the user moves to the next field, say by entering a tab character, I would like
to know that and be able to check his input so far. Is there a way to do this?

I ran the debugger and noticed that my input field is not seeing the carriage character any more. I am thinking that character (message) is being processed in the following routine:

<br />
BOOL<br />
CMainWindow::PreTranslateMessage( MSG *pMsg )<br />
{<br />
	return ::IsDialogMessage( m_hWnd, pMsg );<br />
}<br />

Do you agree with my reasoning?

Thanks

Bob
GeneralRe: A Question about Input Fields Pin
Code-o-mat1-Dec-08 11:14
Code-o-mat1-Dec-08 11:14 
GeneralRe: A Question about Input Fields Pin
BobInNJ1-Dec-08 12:59
BobInNJ1-Dec-08 12:59 
GeneralRe: A Question about Input Fields Pin
Code-o-mat1-Dec-08 21:24
Code-o-mat1-Dec-08 21:24 
GeneralRe: A Question about Input Fields Pin
BobInNJ2-Dec-08 5:47
BobInNJ2-Dec-08 5:47 
GeneralRe: A Question about Input Fields Pin
Code-o-mat2-Dec-08 6:25
Code-o-mat2-Dec-08 6:25 
QuestionHow to Update IOlkAccount Properties of Outlook Account Management API Pin
sanjaykumar982681535329-Nov-08 5:22
sanjaykumar982681535329-Nov-08 5:22 
QuestionUI for embedded device connected to computer via com port. Pin
Karmendra Suthar29-Nov-08 3:42
Karmendra Suthar29-Nov-08 3:42 
AnswerRe: UI for embedded device connected to computer via com port. Pin
BobInNJ29-Nov-08 14:03
BobInNJ29-Nov-08 14:03 
GeneralRe: UI for embedded device connected to computer via com port. Pin
Karmendra Suthar29-Nov-08 19:01
Karmendra Suthar29-Nov-08 19:01 
GeneralRe: UI for embedded device connected to computer via com port. Pin
BobInNJ30-Nov-08 13:29
BobInNJ30-Nov-08 13:29 
QuestionHow can I realize which item of a menu, THROUGH OUT the system is pressed? Pin
Joseph Marzbani29-Nov-08 3:26
Joseph Marzbani29-Nov-08 3:26 
QuestionRe: How can I realize which item of a menu, THROUGH OUT the system is pressed? Pin
sashoalm29-Nov-08 4:52
sashoalm29-Nov-08 4:52 
AnswerRe: How can I realize which item of a menu, THROUGH OUT the system is pressed? Pin
Mark Salsbery29-Nov-08 7:12
Mark Salsbery29-Nov-08 7:12 
QuestionPretranslate Message Pin
bhanu_850928-Nov-08 23:32
bhanu_850928-Nov-08 23:32 
AnswerRe: Pretranslate Message Pin
Hans Dietrich1-Dec-08 0:01
mentorHans Dietrich1-Dec-08 0:01 
QuestionXml parsing using c++ Pin
kumarsumitra28-Nov-08 23:21
kumarsumitra28-Nov-08 23:21 
AnswerRe: Xml parsing using c++ Pin
Garth J Lancaster28-Nov-08 23:30
professionalGarth J Lancaster28-Nov-08 23:30 

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.