开发者_开发百科What are some common techniques used to navigate between different forms in an application?I\'ve inherited a Windows Mobile C++ MFC application which heavily uses dialog resoures and CF
From a modal MFC dialog, I want to extract text from an edit box after the dialog is closed. I attempted this:
In my WinModile 5 app I\'m using CListView with report style to display a table of items. Since there can be significant amount of items(> 1000) it takes a lot of time to insert them all. But most of
I am writing an MFC C++ application that has a Save As button for saving a .txt file to the disc. With it I am trying to add an extra verification for file overwriting (if a file with the same filenam
I am reading the source code of CString in MFC. I am very curious about the implementation way of constructor 开发者_运维技巧CString::CString(LPCTSTR lpsz).
I am trying to add Image before the text in CTreeList control but it is not coming up, But what i observed is the the node name is started after some space , like it is leaving the space for bitmap ,
This question already has answers here: Is it possible to "decompile" a Windows .exe? Or at least view the Assembly?
I was reading about toolbars, and I came across this Let\'s say you\'ve derived a toolbar class named CStyleBar from CToolBar that includes a combo box with a list of all the fonts installed in the s
I am writing a Dialog Based C++ application with MFC for the GUI. After the creation of the project, Visual Studio also created two classes ProjectNameApp and ProjectNameDlg. When adding a Menu to my
I\'m still working on a Data Acquisition program in MFC and am getting stuck working with the Document/View architecture.Basically, I want my application to have a couple windows.One is used to show a