Click here to Skip to main content
16,008,490 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Save Dib into a file Pin
Christian Graus28-Nov-00 18:59
protectorChristian Graus28-Nov-00 18:59 
GeneralRe: Save Dib into a file Pin
29-Nov-00 17:08
suss29-Nov-00 17:08 
GeneralRe: Save Dib into a file Pin
merlin29-Nov-00 0:52
merlin29-Nov-00 0:52 
GeneralRe: Save Dib into a file Pin
29-Nov-00 10:07
suss29-Nov-00 10:07 
QuestionLimit on size of a CString? Pin
Jason Douglas28-Nov-00 5:17
professionalJason Douglas28-Nov-00 5:17 
AnswerRe: Limit on size of a CString? Pin
Erik Funkenbusch28-Nov-00 12:42
Erik Funkenbusch28-Nov-00 12:42 
AnswerRe: Limit on size of a CString? Pin
Andy Hassall29-Nov-00 12:11
Andy Hassall29-Nov-00 12:11 
QuestionWhy does a MFC Dialog ding? Pin
28-Nov-00 3:49
suss28-Nov-00 3:49 
I have a basic MFC app. Basically, you can start the MFC appwizard, choose Dialog Based, and arrive at a dialog. Now, I want the dialog to monitor they keys pressed on the keyboard (some keys in combination), so I use GetKeyboardState(). The problem is whenever I hit a key it dings. I've attempted to override the WM_KEYDOWN, CHAR and other relative messages. Furthermore, I seem to fail to set the focus away from the OK button by using SetFocus() in the OnInitDialog(). When I remove ALL the controls, the dialog finally gets my WM_KEYDOWN events. I should be able to set the dialog to receive events even with controls on it shouldn't I? But I digress. The only reason why I'm attempting to override those events is because of the dinging.

My goal is to make an app in MFC where I can use the keyboard to modify a state structure via quake-like key bindings.

I think once I fix the dinging, I'll be happy.

Thanks in Adavance
AnswerRe: Why does a MFC Dialog ding? Pin
Erik Funkenbusch28-Nov-00 12:40
Erik Funkenbusch28-Nov-00 12:40 
AnswerRe: Why does a MFC Dialog ding? Pin
WoR28-Nov-00 21:57
WoR28-Nov-00 21:57 
QuestionHow can I implement the web folder view for files in an app? Pin
28-Nov-00 3:27
suss28-Nov-00 3:27 
GeneralKeywords int, float, etc... Pin
Claude Gagnon28-Nov-00 2:29
Claude Gagnon28-Nov-00 2:29 
GeneralRe: Keywords int, float, etc... Pin
Paul Barrass28-Nov-00 5:40
Paul Barrass28-Nov-00 5:40 
GeneralRe: Keywords int, float, etc... Pin
Erik Funkenbusch28-Nov-00 12:32
Erik Funkenbusch28-Nov-00 12:32 
GeneralStrange bug in Visual Studio Pin
Christian Skovdal Andersen27-Nov-00 21:10
Christian Skovdal Andersen27-Nov-00 21:10 
GeneralRe: Strange bug in Visual Studio Pin
Paul Barrass28-Nov-00 5:43
Paul Barrass28-Nov-00 5:43 
GeneralRe: Strange bug in Visual Studio Pin
Christian Skovdal Andersen28-Nov-00 7:44
Christian Skovdal Andersen28-Nov-00 7:44 
GeneralRe: Strange bug in Visual Studio Pin
Erik Funkenbusch28-Nov-00 12:30
Erik Funkenbusch28-Nov-00 12:30 
GeneralRe: Strange bug in Visual Studio Pin
Christian Skovdal Andersen28-Nov-00 21:43
Christian Skovdal Andersen28-Nov-00 21:43 
GeneralLocalization Pin
Erik Funkenbusch27-Nov-00 19:27
Erik Funkenbusch27-Nov-00 19:27 
GeneralRe: Localization Pin
28-Nov-00 5:36
suss28-Nov-00 5:36 
GeneralMessaage Map not working - Urgent Pin
Wolfram Steinke27-Nov-00 15:19
Wolfram Steinke27-Nov-00 15:19 
GeneralDialog question Pin
27-Nov-00 10:51
suss27-Nov-00 10:51 
GeneralRe: Dialog question Pin
Christian Graus27-Nov-00 12:39
protectorChristian Graus27-Nov-00 12:39 
GeneralRe: Dialog question Pin
Michael Dunn27-Nov-00 15:06
sitebuilderMichael Dunn27-Nov-00 15:06 

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.