Click here to Skip to main content
16,006,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog boxes and Documents Pin
Braulio Dez21-Jan-02 20:59
Braulio Dez21-Jan-02 20:59 
GeneralRe: VirtualAlloc...? Pin
Joaquín M López Muñoz21-Jan-02 11:03
Joaquín M López Muñoz21-Jan-02 11:03 
GeneralMFC: passing structs from one window to another Pin
User 665821-Jan-02 9:14
User 665821-Jan-02 9:14 
GeneralRe: MFC: passing structs from one window to another Pin
Joaquín M López Muñoz21-Jan-02 9:23
Joaquín M López Muñoz21-Jan-02 9:23 
GeneralRe: MFC: passing structs from one window to another Pin
User 665821-Jan-02 10:10
User 665821-Jan-02 10:10 
Generaleek, thanks to the author Pin
21-Jan-02 8:47
suss21-Jan-02 8:47 
Questionwhat does "Add an UPDATE_COMMAND_UI handler for ..." mean? Pin
DanYELL21-Jan-02 8:19
DanYELL21-Jan-02 8:19 
AnswerRe: what does "Add an UPDATE_COMMAND_UI handler for ..." mean? Pin
Joaquín M López Muñoz21-Jan-02 8:30
Joaquín M López Muñoz21-Jan-02 8:30 
Those UPDATE_COMMAND_UI handlers are called by the framework to determine whether the handled command (ID_EDIT_COPY, etc.) should be enabled or disabled on your menu. If you don't provide those, my guess is that the commands "Copy" and "Cut" will remain enabled all the time, even when there's nothing to copy (nor cut).

Do I need to add something to BEGIN_MESSAGE_MAP????
Yes you do. Check the online help about ON_UPDATE_COMMAND_UI for more info on how to add such handlers.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
General.HLP made me CRAZY ! Pin
Hadi Rezaee21-Jan-02 8:14
Hadi Rezaee21-Jan-02 8:14 
GeneralChange icon in SDI Pin
21-Jan-02 7:28
suss21-Jan-02 7:28 
GeneralRe: Change icon in SDI Pin
Joaquín M López Muñoz21-Jan-02 7:46
Joaquín M López Muñoz21-Jan-02 7:46 
GeneralOpenGL Pin
Rajveer21-Jan-02 7:11
Rajveer21-Jan-02 7:11 
QuestionSDI view that doesn't occupy the entire main frame? Pin
jonbrown21-Jan-02 7:10
jonbrown21-Jan-02 7:10 
Generalblocking mouse and keyboard hardware Pin
Kuniva21-Jan-02 6:47
Kuniva21-Jan-02 6:47 
GeneralRe: blocking mouse and keyboard hardware Pin
Jon Hulatt21-Jan-02 6:55
Jon Hulatt21-Jan-02 6:55 
QuestionCould ya'll please tell me what is wrong with this code? Pin
Ever123421-Jan-02 6:16
Ever123421-Jan-02 6:16 
AnswerRe: Could ya'll please tell me what is wrong with this code? Pin
Rick York21-Jan-02 6:23
mveRick York21-Jan-02 6:23 
AnswerRe: Could ya'll please tell me what is wrong with this code? Pin
Ravi Bhavnani21-Jan-02 6:33
professionalRavi Bhavnani21-Jan-02 6:33 
GeneralRe: Could ya'll please tell me what is wrong with this code? Pin
Ever123422-Jan-02 13:37
Ever123422-Jan-02 13:37 
GeneralRe: Could ya'll please tell me what is wrong with this code? Pin
Tim Smith22-Jan-02 14:38
Tim Smith22-Jan-02 14:38 
GeneralPiping stdout to text box Pin
Leo Smith21-Jan-02 6:08
Leo Smith21-Jan-02 6:08 
GeneralRe: Piping stdout to text box Pin
Not Active21-Jan-02 6:24
mentorNot Active21-Jan-02 6:24 
GeneralRe: Piping stdout to text box Pin
Ravi Bhavnani21-Jan-02 6:37
professionalRavi Bhavnani21-Jan-02 6:37 
GeneralDeleting protected registry keys Pin
21-Jan-02 5:32
suss21-Jan-02 5:32 
GeneralRe: Deleting protected registry keys Pin
Ernest Laurentin21-Jan-02 10:20
Ernest Laurentin21-Jan-02 10:20 

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.