Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can't Create New Class with Wizard Pin
Reagan Conservative8-Jan-07 6:43
Reagan Conservative8-Jan-07 6:43 
QuestionTerminate application during creation Pin
baerten8-Jan-07 5:01
baerten8-Jan-07 5:01 
AnswerRe: Terminate application during creation Pin
David Crow8-Jan-07 5:04
David Crow8-Jan-07 5:04 
AnswerRe: Terminate application during creation Pin
jhwurmbach8-Jan-07 5:38
jhwurmbach8-Jan-07 5:38 
AnswerThanks Pin
baerten9-Jan-07 21:35
baerten9-Jan-07 21:35 
QuestionADO cannot restore connection Pin
Daniel Kanev8-Jan-07 4:47
Daniel Kanev8-Jan-07 4:47 
QuestionForcing cursur to stay in CEdit Pin
Shay Harel8-Jan-07 4:21
Shay Harel8-Jan-07 4:21 
AnswerRe: Forcing cursur to stay in CEdit [modified] Pin
CPallini8-Jan-07 4:29
mveCPallini8-Jan-07 4:29 
from MSDN Pretran

CWnd::PreTranslateMessage
virtual BOOL PreTranslateMessage( MSG* pMsg );
Return Value
Nonzero if the message was translated and should not be dispatched;
0 if the message was not translated and should be dispatched.


Hence you have simply make your PreTranslateMessage implemantation to return 0 when Tab is intercepted.

Smile | :)




-- modified at 13:26 Monday 8th January, 2007

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

GeneralRe: Forcing cursur to stay in CEdit Pin
toxcct8-Jan-07 4:35
toxcct8-Jan-07 4:35 
JokeOK teacher! Pin
CPallini8-Jan-07 7:28
mveCPallini8-Jan-07 7:28 
QuestionProblem using then event of OnSize Pin
Nothend8-Jan-07 3:56
Nothend8-Jan-07 3:56 
AnswerRe: Problem using then event of "OnSize" Pin
Cedric Moonen8-Jan-07 4:10
Cedric Moonen8-Jan-07 4:10 
GeneralRe: Problem using then event of OnSize Pin
Nothend8-Jan-07 13:50
Nothend8-Jan-07 13:50 
AnswerRe: Problem using then event of "OnSize" Pin
Cedric Moonen8-Jan-07 4:19
Cedric Moonen8-Jan-07 4:19 
GeneralRe: Problem using then event of "OnSize" Pin
Nothend8-Jan-07 13:52
Nothend8-Jan-07 13:52 
GeneralRe: Problem using then event of "OnSize" Pin
Hamid_RT8-Jan-07 17:38
Hamid_RT8-Jan-07 17:38 
QuestionRe: Problem using then event of OnSize Pin
Hamid_RT8-Jan-07 17:37
Hamid_RT8-Jan-07 17:37 
AnswerRe: Problem using then event of OnSize Pin
Nothend8-Jan-07 18:33
Nothend8-Jan-07 18:33 
GeneralRe: Problem using then event of OnSize Pin
Hamid_RT8-Jan-07 19:15
Hamid_RT8-Jan-07 19:15 
GeneralRe: Problem using then event of OnSize Pin
Nothend8-Jan-07 20:04
Nothend8-Jan-07 20:04 
GeneralRe: Problem using then event of OnSize Pin
Nothend8-Jan-07 20:09
Nothend8-Jan-07 20:09 
AnswerRe: Problem using then event of OnSize Pin
prasad_som8-Jan-07 20:00
prasad_som8-Jan-07 20:00 
GeneralRe: Problem using then event of OnSize Pin
Nothend8-Jan-07 20:17
Nothend8-Jan-07 20:17 
QuestionResponding to TAB in CEdit Pin
Shay Harel8-Jan-07 3:38
Shay Harel8-Jan-07 3:38 
AnswerRe: Responding to TAB in CEdit Pin
CPallini8-Jan-07 3:55
mveCPallini8-Jan-07 3:55 

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.