In one case of my application, I want to end the application in the dialog\'s OnInitDialog or immediately after this function. Is there any way to do it?
I have the main-frame, when someone 开发者_运维百科is pressing a button I open a CDialogEX. After I open it, it get\'s an empty task-bar tab, with no title or icon...
I am working on a program built in MFC. I have this weird situation when I shake my CFormView. The first time everything is minimised correctly, but when I shake it the second time while all of the w
I loaded the form but only buttons without functions HMODULE hModule = LoadLibrary(L\"Tools.dll\"); if (hModule != NULL)
I have a SDI application. In the application there\'s a modeless dialog which is used to show some message like communicating with the server during doing work. Question is, when the dialog\'s parent
I have a rather large app that displays many differen开发者_运维百科t MFC CDialog-derived dialog windows.All of the dialogs are displayed from a central function that is similar to this:
We are porting an MFC application to WPF, and will probably won\'t have time to port the entire applic开发者_开发问答ation. The MFC app has many CDialog-based windows, and we are thinking of leaving s
This should be a simple one: I have a CDialog with 2 buttons.开发者_JAVA技巧 The dialog is always opened in full screen (No title bar \\ Status, etc...) using m_pMainWnd->ShowWindow(SW_MAXIMIZE);
I have a CStdDlg thats inherits from a CDialog class. In the CStdDlg dialog, I have a list box (m_lcList1), edit box (m_ceEdit1), a radio button(m_rbButton2) and buttons OK, Cancel and Button1.