Click here to Skip to main content
15,915,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Preventing MDI windows opening Pin
Trollslayer12-Jan-07 13:54
mentorTrollslayer12-Jan-07 13:54 
GeneralRe: Preventing MDI windows opening Pin
PJ Arends12-Jan-07 14:02
professionalPJ Arends12-Jan-07 14:02 
AnswerRe: Preventing MDI windows opening Pin
Mark Salsbery12-Jan-07 13:37
Mark Salsbery12-Jan-07 13:37 
GeneralRe: Preventing MDI windows opening Pin
Trollslayer12-Jan-07 13:54
mentorTrollslayer12-Jan-07 13:54 
GeneralRe: Preventing MDI windows opening Pin
Mark Salsbery12-Jan-07 14:01
Mark Salsbery12-Jan-07 14:01 
GeneralRe: Preventing MDI windows opening Pin
Trollslayer12-Jan-07 15:31
mentorTrollslayer12-Jan-07 15:31 
QuestionWM_CHAR ,WM_KEYDOWN Pin
Max++12-Jan-07 8:16
Max++12-Jan-07 8:16 
AnswerRe: WM_CHAR ,WM_KEYDOWN Pin
James R. Twine12-Jan-07 8:32
James R. Twine12-Jan-07 8:32 
   In MFC, by using The On*() handlers, or using PreTranslateMessage(...) from within the CDialog class.  In straight C/C++, by adding the message identifiers to your message pump.

   Many examples on this site catch those messages - if you do an article search for those messages, I am sure you will find matches.

   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

NewsDirectx 9 Programming Solution Pin
linkinproof12-Jan-07 8:01
linkinproof12-Jan-07 8:01 
Questionbeginner question re: update timepicker control Pin
ldsdbomber12-Jan-07 5:24
ldsdbomber12-Jan-07 5:24 
AnswerRe: beginner question re: update timepicker control Pin
led mike12-Jan-07 5:33
led mike12-Jan-07 5:33 
GeneralRe: beginner question re: update timepicker control Pin
ldsdbomber12-Jan-07 5:37
ldsdbomber12-Jan-07 5:37 
GeneralRe: beginner question re: update timepicker control Pin
led mike12-Jan-07 5:41
led mike12-Jan-07 5:41 
GeneralRe: beginner question re: update timepicker control Pin
ldsdbomber12-Jan-07 5:46
ldsdbomber12-Jan-07 5:46 
GeneralRe: beginner question re: update timepicker control Pin
led mike12-Jan-07 6:58
led mike12-Jan-07 6:58 
QuestionRe: beginner question re: update timepicker control Pin
David Crow12-Jan-07 5:41
David Crow12-Jan-07 5:41 
AnswerRe: beginner question re: update timepicker control Pin
ldsdbomber12-Jan-07 5:42
ldsdbomber12-Jan-07 5:42 
AnswerRe: beginner question re: update timepicker control Pin
ldsdbomber29-Jan-07 3:27
ldsdbomber29-Jan-07 3:27 
GeneralRe: beginner question re: update timepicker control Pin
David Crow29-Jan-07 4:22
David Crow29-Jan-07 4:22 
GeneralRe: beginner question re: update timepicker control Pin
ldsdbomber29-Jan-07 4:44
ldsdbomber29-Jan-07 4:44 
GeneralRe: beginner question re: update timepicker control Pin
David Crow29-Jan-07 5:32
David Crow29-Jan-07 5:32 
Questionhow to get the size of an array of strings? Pin
Arris7412-Jan-07 4:59
Arris7412-Jan-07 4:59 
AnswerRe: how to get the size of an array of strings? Pin
led mike12-Jan-07 5:06
led mike12-Jan-07 5:06 
GeneralRe: how to get the size of an array of strings? Pin
Arris7412-Jan-07 5:16
Arris7412-Jan-07 5:16 
GeneralRe: how to get the size of an array of strings? Pin
David Crow12-Jan-07 5:37
David Crow12-Jan-07 5:37 

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.