Click here to Skip to main content
15,911,707 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Deque problem with shared_ptr Pin
M.Mehrdad.M18-Jun-05 3:25
M.Mehrdad.M18-Jun-05 3:25 
GeneralRe: Deque problem with shared_ptr Pin
Luke Murray18-Jun-05 23:51
Luke Murray18-Jun-05 23:51 
Questionhow to disable maximize Box Dynamically Pin
topagarwal17-Jun-05 23:23
topagarwal17-Jun-05 23:23 
AnswerRe: how to disable maximize Box Dynamically Pin
khan++18-Jun-05 1:20
khan++18-Jun-05 1:20 
Generalmsdn sample Pin
cell5117-Jun-05 20:03
cell5117-Jun-05 20:03 
GeneralRe: msdn sample Pin
Christian Graus17-Jun-05 21:21
protectorChristian Graus17-Jun-05 21:21 
GeneralPress "Enter" on combo box caused my application to exit. Pin
Member 166300817-Jun-05 20:00
Member 166300817-Jun-05 20:00 
GeneralRe: Press "Enter" on combo box caused my application to exit. Pin
Christian Graus17-Jun-05 21:24
protectorChristian Graus17-Jun-05 21:24 
'ESC' is the same as pressing Cancel, and 'RETURN' is the same as pressing OK. Handle OnOk and OnCancel, and suppress the call to the base class if the key is down. GetAsyncKeyState is, from memory, the method to use to do this. You call it twice, as it is buffered. The first call clears the buffer, the second tells you if the key is down.

Christian Graus - Microsoft MVP - C++
GeneralRe: Press "Enter" on combo box caused my application to exit. Pin
Jack Puppy17-Jun-05 21:27
Jack Puppy17-Jun-05 21:27 
GeneralRe: Press "Enter" on combo box caused my application to exit. Pin
Anonymous17-Jun-05 21:38
Anonymous17-Jun-05 21:38 
GeneralRe: Press "Enter" on combo box caused my application to exit. Pin
David Crow18-Jun-05 3:38
David Crow18-Jun-05 3:38 
GeneralInvisible Dialog Pin
ajmalsiddiqi17-Jun-05 19:44
ajmalsiddiqi17-Jun-05 19:44 
GeneralRe: Invisible Dialog Pin
Christian Graus17-Jun-05 21:25
protectorChristian Graus17-Jun-05 21:25 
GeneralRe: Invisible Dialog Pin
ajmalsiddiqi18-Jun-05 2:03
ajmalsiddiqi18-Jun-05 2:03 
GeneralRe: Invisible Dialog Pin
David Crow18-Jun-05 3:41
David Crow18-Jun-05 3:41 
GeneralRe: Invisible Dialog Pin
Bob Stanneveld18-Jun-05 5:12
Bob Stanneveld18-Jun-05 5:12 
GeneralRe: Invisible Dialog Pin
ajmalsiddiqi19-Jun-05 23:28
ajmalsiddiqi19-Jun-05 23:28 
GeneralRe: Invisible Dialog Pin
David Crow20-Jun-05 3:18
David Crow20-Jun-05 3:18 
Generalplease help me Pin
suroor45317-Jun-05 19:41
suroor45317-Jun-05 19:41 
GeneralRe: please help me Pin
Christian Graus17-Jun-05 21:29
protectorChristian Graus17-Jun-05 21:29 
GeneralRe: please help me Pin
Bob Stanneveld18-Jun-05 5:16
Bob Stanneveld18-Jun-05 5:16 
GeneralRe: please help me Pin
Bob Stanneveld18-Jun-05 5:20
Bob Stanneveld18-Jun-05 5:20 
Generalsending data to a dialog Pin
pardis17-Jun-05 18:56
pardis17-Jun-05 18:56 
GeneralRe: sending data to a dialog Pin
Ravi Bhavnani17-Jun-05 19:04
professionalRavi Bhavnani17-Jun-05 19:04 
GeneralHandler Not Invoked Pin
laiju17-Jun-05 18:49
laiju17-Jun-05 18:49 

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.