how can you modify modal dialog buttons to look like xp style in mfc? is there a class in mfc that does that for you?
alexander 1983
Posts
-
mfc xp style -
ClistCtrli have a question i hava a ClistCtrl control in a modal dialog box (report type). Anyone knows how to make ClsiCtrl keep the values entered after closing the dialog box?when reopening the dialog the control to display the data entered before. Thank you.
-
MFC SDI multiple resource fileCan someoane tell me how can i load more than one resourece file in mfc ? i need it for the menu (IDR_MAINFRAME) in order to achieve localization (more than one language). thanks
-
MFC SDI popup menuthak you i find them but i cand find for the FILE i have FILE -??? NEW ID_FILE_NEW OPEN ID_FILE_OPEN but the File dont have
-
MFC SDI popup menuI have mfc sdi aplication and i need to change the popup menu text i can chage the submenu items by ading event handler ON_UPDATE_COMMAND but i cant do with the file menu because i dont have an id.Anyone knows a function to do that? Thank You.
-
CBitmapButton::Loadbitmap [modified][Solved]I use CBitmapButton in a few places in my project (MFC SDI ) CBitmapButton has a function LoadBitmaps( LPCTSTR lpszBitmapResource, LPCTSTR lpszBitmapResourceSel = NULL, LPCTSTR lpszBitmapResourceFocus = NULL, LPCTSTR lpszBitmapResourceDisabled = NULL) where lpszBitmapResource, in my case is IDB_BITMAP1 loaded from the resource file . Can u tell me how to load this bitmaps from dll(export resources) ? i know to make a dll in mfc but only to export classes with math functions Thank u very much i would be much obliged if someoane can show me
modified on Wednesday, July 7, 2010 2:34 AM