Don\'t be turned off by the length...I don\'t think it\'s too difficult of a problem. Language: C++ Development Environment: Microsoft Visual C++
Language: Visual C++, MFC Environment: Visual Studio 2005 I have a dialog that requires the user to set file paths for six different settings. Each text box has a browse button which launches a file
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\'m implementing a task-bar replacement, dock-like application-switcher style program. It\'s doing some unique stuff with OpenGL, and with keyboard shortcuts, so the way it\'s set up, the window does
I\'ve been trying to create a custom toolbar in a MFC project in Visual Studio 2010.I\'ve been following the Sketcher tutorial in Ivan Horton\'s Beginning Visual C++ 2010.The problem I\'m running into
I was wondering if anyone can provide a detailed explanation on how I can compile and execute a C++ MFC application in Visual Studio 2008 given that I already have a .h and .cpp file on开发者_Go百科ly
I want to bypass the need for a button to invoke a FileCh开发者_JAVA技巧ooser dialog in my application, so I\'m setting it so that when the text box gains focus, the FileChooser just launches automati
Using Visual Studio C++ with MFC.How do I center a MessageBox to it\'s parent window?Currently it开发者_StackOverflow中文版 centers to the desktop.You need to install a hook and change the dialog box
Language: C++, MFC Problem: I am attempting to pass a function some pointers to variables that are contained within an array, but the compiler doesn\'t seem to agree with how I\'m doing it. Here is m
Language: Visual C++, MFC I\'m attempting to make an array of pointers to CString variables that I have declared in my header file. In general, this is what I\'m doing: