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

C / C++ / MFC

 
GeneralRe: i," Selecting All entries by on Ctrl +A" Pin
harsh_29616-Mar-07 18:46
harsh_29616-Mar-07 18:46 
GeneralRe: i," Selecting All entries by on Ctrl +A" Pin
Hamid_RT6-Mar-07 19:17
Hamid_RT6-Mar-07 19:17 
GeneralRe: i," Selecting All entries by on Ctrl +A" Pin
harsh_29616-Mar-07 19:22
harsh_29616-Mar-07 19:22 
GeneralRe: i," Selecting All entries by on Ctrl +A" Pin
Hamid_RT7-Mar-07 6:53
Hamid_RT7-Mar-07 6:53 
QuestionTabcontrol background color Pin
deeps_cute6-Mar-07 0:04
deeps_cute6-Mar-07 0:04 
AnswerRe: Tabcontrol background color Pin
Hamid_RT6-Mar-07 0:11
Hamid_RT6-Mar-07 0:11 
GeneralRe: Tabcontrol background color Pin
deeps_cute6-Mar-07 0:14
deeps_cute6-Mar-07 0:14 
QuestionTextbox focus Pin
baerten6-Mar-07 0:01
baerten6-Mar-07 0:01 
Hi,

on my view i have a Textbox, a Combobox and a Grid (from BCG )

If the focus is on the textbox and the user presses the PageUp Key, the focus
should be setted on the Grid

I catch the Key_Press in the PreTranslateMessage-Handler and verify if the
message is WM_KEYDOWN and the wParam is VK_PRIOR
Then a "Grid->PostMessage(WM_SETFOCUS);" should set the focus on the Grid
and after this i return directly TRUE, so that the Message is not be redirected but
"destroyed"

Does the focus re-enter on the textbox because it was a Key-Stroke?

Big thanks Smile | :)
AnswerRe: Textbox focus Pin
James R. Twine6-Mar-07 1:10
James R. Twine6-Mar-07 1:10 
GeneralRe: Textbox focus Pin
baerten6-Mar-07 2:07
baerten6-Mar-07 2:07 
QuestionRegistry Viewing Problem Pin
James_Programmer5-Mar-07 23:54
James_Programmer5-Mar-07 23:54 
AnswerRe: Registry Viewing Problem Pin
Rajesh R Subramanian5-Mar-07 23:56
professionalRajesh R Subramanian5-Mar-07 23:56 
AnswerRe: Registry Viewing Problem Pin
Hamid_RT6-Mar-07 0:09
Hamid_RT6-Mar-07 0:09 
AnswerRe: Registry Viewing Problem Pin
David Crow6-Mar-07 3:01
David Crow6-Mar-07 3:01 
Questionhow to run my exe continuously in background Pin
James_Programmer5-Mar-07 23:45
James_Programmer5-Mar-07 23:45 
AnswerRe: how to run my exe continuously in background Pin
_AnsHUMAN_ 5-Mar-07 23:51
_AnsHUMAN_ 5-Mar-07 23:51 
GeneralRe: how to run my exe continuously in background Pin
James_Programmer6-Mar-07 0:22
James_Programmer6-Mar-07 0:22 
GeneralRe: how to run my exe continuously in background Pin
James R. Twine6-Mar-07 1:21
James R. Twine6-Mar-07 1:21 
GeneralRe: how to run my exe continuously in background Pin
James_Programmer6-Mar-07 1:37
James_Programmer6-Mar-07 1:37 
QuestionThead Error Pin
Programm3r5-Mar-07 23:18
Programm3r5-Mar-07 23:18 
AnswerRe: Thead Error Pin
Cedric Moonen5-Mar-07 23:24
Cedric Moonen5-Mar-07 23:24 
GeneralRe: Thead Error Pin
Programm3r6-Mar-07 0:15
Programm3r6-Mar-07 0:15 
AnswerRe: Thead Error Pin
David Crow6-Mar-07 3:04
David Crow6-Mar-07 3:04 
QuestionNot Responding Message Pin
James_Programmer5-Mar-07 22:27
James_Programmer5-Mar-07 22:27 
AnswerRe: Not Responding Message Pin
Cedric Moonen5-Mar-07 22:39
Cedric Moonen5-Mar-07 22:39 

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.