Click here to Skip to main content
15,921,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Multithreaded Single Document Multiple View Architecture Pin
Rand Al'thor4-Dec-02 9:23
Rand Al'thor4-Dec-02 9:23 
GeneralMFC Static vs. Shared Library -- resources not found Pin
Wes Jones3-Dec-02 15:23
Wes Jones3-Dec-02 15:23 
GeneralRe: MFC Static vs. Shared Library -- resources not found Pin
Swinefeaster30-Dec-02 11:39
Swinefeaster30-Dec-02 11:39 
GeneralSQL and Visual C++ Pin
MFC is the Best3-Dec-02 13:44
MFC is the Best3-Dec-02 13:44 
GeneralRe: SQL and Visual C++ Pin
lemonzc19493-Dec-02 14:06
lemonzc19493-Dec-02 14:06 
GeneralRe: SQL and Visual C++ Pin
MFC is the Best3-Dec-02 22:42
MFC is the Best3-Dec-02 22:42 
GeneralRe: SQL and Visual C++ Pin
lemonzc19493-Dec-02 22:58
lemonzc19493-Dec-02 22:58 
QuestionStop default handling of space bar in property sheet? Pin
IGx893-Dec-02 13:40
IGx893-Dec-02 13:40 
In my MFC dialog program, the main dialog is a property sheet, with various property pages. When the dialog is open, I want my program to do something special when the user presses (and releases) the space bar. Currently, I'm catching the WM_KEYUP message in my property sheet's PreTranslateMsg function, and returning true if the key is space (the OnKeyUp function doesn't work for some reason). Unfortunately, pressing space also activates the currently selected button, which I definitely don't want. How do I get around that?

Thanks!
AnswerRe: Stop default handling of space bar in property sheet? Pin
Rand Al'thor3-Dec-02 17:17
Rand Al'thor3-Dec-02 17:17 
GeneralRe: Stop default handling of space bar in property sheet? Pin
IGx894-Dec-02 6:23
IGx894-Dec-02 6:23 
GeneralRe: Stop default handling of space bar in property sheet? Pin
Sean_Yang6-Dec-02 9:48
Sean_Yang6-Dec-02 9:48 
GeneralRe: Stop default handling of space bar in property sheet? Pin
Anonymous6-Dec-02 11:16
Anonymous6-Dec-02 11:16 
GeneralToolbar Resizing Pin
Steven M Hunt3-Dec-02 13:30
Steven M Hunt3-Dec-02 13:30 
GeneralRe: Toolbar Resizing Pin
Jeff J3-Dec-02 18:04
Jeff J3-Dec-02 18:04 
GeneralRe: Toolbar Resizing Pin
Steven M Hunt4-Dec-02 4:44
Steven M Hunt4-Dec-02 4:44 
GeneralRe: Toolbar Resizing Pin
Jeff J4-Dec-02 10:36
Jeff J4-Dec-02 10:36 
GeneralRe: Toolbar Resizing Pin
Rand Al'thor4-Dec-02 12:35
Rand Al'thor4-Dec-02 12:35 
GeneralRe: Toolbar Resizing Pin
Steven M Hunt4-Dec-02 16:00
Steven M Hunt4-Dec-02 16:00 
GeneralRe: Toolbar Resizing Pin
Rand Al'thor4-Dec-02 16:36
Rand Al'thor4-Dec-02 16:36 
GeneralRe: Toolbar Resizing Pin
Steven M Hunt4-Dec-02 16:49
Steven M Hunt4-Dec-02 16:49 
GeneralRe: Toolbar Resizing Pin
Rand Al'thor4-Dec-02 16:55
Rand Al'thor4-Dec-02 16:55 
GeneralRe: Toolbar Resizing Pin
Theo Buys16-Oct-16 23:20
Theo Buys16-Oct-16 23:20 
GeneralMFC DLL that Loads an SDI Pin
mgarvin3-Dec-02 10:19
mgarvin3-Dec-02 10:19 
GeneralRe: MFC DLL that Loads an SDI Pin
valikac3-Dec-02 12:56
valikac3-Dec-02 12:56 
GeneralRe: MFC DLL that Loads an SDI Pin
Roger Allen4-Dec-02 1:53
Roger Allen4-Dec-02 1:53 

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.