I\'m maintaining an MFC/COM/ATL 45-odd project solution originally written with VS6. I\'m now using VS2008.
I have an application with a CRichEditView, and I\'d like to find text in it. By creating a menu item \"Find\" with ID_EDIT_FIND, the view opens the find window and text is found by highlighting. BU
This is my first my MFC application, and unfortunately i don\'t understand, how it works. I found a simple MFC application, which gets the file list of a given path. I modifyed this code for my needs,
Is it possible to invalidate a window without invalidating its children? (display invalidation to cause a repaint of the parent window, but not redraw its children)
I\'d like to make use of Electric Fence in an MFC application. I\'d like to track new/ delete, and if I can track malloc/ free that\'s an added bonus.
I\'m using Dictionary<string, string> as configuration for instruments, and it\'d be easier for my users who don\'t know a lot about programming to be able to get autocomplete from Visual Studio
I am trying to create a GUI to display information read from a file.So I will need some number of pushbuttons, text fields, and radio buttons - but I won\'t know how many I need until run-time.
I have an appl开发者_开发技巧ication with following windows hierarchy: W1 -W2(Child of W1) - W3 ( Child of W2)
I am trying to get a context menu to work for a CListCtrl derived class.I just created a method OnContextMenu, but it isn\'t being called.What am I missing?I am using Visual Studio 2008, to create a C
I\'m trying to move our project over to VS2008 from VS2005 and am running in to this build error on an MFC project: