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

C / C++ / MFC

 
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 
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 
Roll eyes | :rolleyes: I would say, you should override the OnKeyDown() function instead.

Within that function, check the nChar parameter, and if it is the keyboard button, do your thing, then exit without calling the base class implementation. Or call the baseclass implementation, but change the value of nChar to somnething else that wouldn't be a problem for you.

Get back to us on that, please.

Two Rivers!
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 
GeneralRe: MFC DLL that Loads an SDI Pin
Roger Allen5-Dec-02 21:46
Roger Allen5-Dec-02 21: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.