Last Modification: February 27, 2000
Contents of this FAQ
I put a RichEdit control on my MFC Dialog-based app and the program won't run anymore. What do I do?
How do I prevent a the user from starting a second instance of my app?
How can I handle dynamic menus in MFC?
How do I prevent my application showing a button on the taskbar?
How do I display a bitmap on a button?
Why don't I get a WM_CONTEXTMENU message when I right click in a Tree Control?
How do I change the font of a dialog control?
How can I update my menu in a dialog? I tried adding a
ON_COMMAND_UPDATE
handler but it never gets called!
How can I convert a CString variable to char* or LPTSTR?
How can I make my Edit Controls created at runtime look 3D?
Why do I get an assertion in MFC when my thread calls a function in the main thread?
How do I send/post a message to the main thread from another thread?
How can I set the title of a property page in Wizard mode?
How can I remove the X (close) button on a floating toolbar?
How can I handle the arrow keys on a custom control on a dialog or CFormView?
Is there a way to find out, from a controlbar, on which side of the parent frame it is docked?
How can I make the ENTER key act like the TAB key on a dialog?
How can I get keyboard shortcuts like TAB to work on a modeless dialog on an MFC control?