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
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 
AnswerRe: Textbox focus Pin
James R. Twine6-Mar-07 1:10
James R. Twine6-Mar-07 1:10 
   I am never one to suggest "new GUI behavior", like having Page-Up cause a focus change(OMG | :OMG: !), but have you tried using Grid->SetFocus()?  Using PostMessage(...) causes the set focus message to get queued, but other messages may execute before it affecting the focus.

   You also may need to eat the WM_KEYUP message that may get sent to the grid, JIC the grid processes that message.

   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

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 
GeneralRe: Not Responding Message Pin
James_Programmer5-Mar-07 22:46
James_Programmer5-Mar-07 22:46 

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.