cdialog
How to end a dialog mfc application from CDialog::OnInitDialog or immediately after this function ends?
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?[详细]
2023-04-12 15:19 分类:问答how to hide CDialogEX from taskbar? (MFC C++)
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...[详细]
2023-04-03 21:18 分类:问答MFC aero shake window message
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[详细]
2023-03-26 16:43 分类:问答Show dialog from MFC DLL
I loaded the form but only buttons without functions HMODULE hModule = LoadLibrary(L\"Tools.dll\"); if (hModule != NULL)[详细]
2023-03-13 05:23 分类:问答CDialog ShowWindow problem
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[详细]
2023-03-12 19:02 分类:问答Intercept CDialog creation
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:[详细]
2023-02-15 21:23 分类:问答Put MFC CDialog in a WPF form
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[详细]
2022-12-31 03:24 分类:问答Anchor buttons in a dialog when using SW_MAXIMIZE
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);[详细]
2022-12-11 17:43 分类:问答I can't seem to add a column header to a list box in an inherited MFC dialog. What's wrong?
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.[详细]
2022-12-08 09:38 分类:问答