This tag should be used for questions concerning Microsoft Foundation Class Library (MFC), a C++ framework for Windows desktop GUI application programming.
I have a C++ project that references many other projects/libraries. This is for an application that was created many …
visual-studio mfcIn VC++ we have the data type “BOOL” which can assume the value TRUE or FALSE, and we have the …
windows winapi visual-c++ mfcI just included this bit in my already working code, but I am getting an LNK2019 error. I'll paste the …
c++ mfcWe are using the CString class throughout most of our code. However sometimes we need to convert to a char *. …
c++ mfc memory-leaks cstringI'm writing an MFC project that try to call a function in the DLL which will return some information in …
c++ mfc access-violation loadlibrary getprocaddressAssuming I am only using them for "normal" GUI programs (no COM, no ActiveX, nothing fancy), what is the fundamental …
c++ visual-c++ mfc atlCan someone tell me how I could create a Non Modal Dialog in MFC's Visual c++ 6.0 and show it? I …
c++ mfc visual-c++ cdialogHow do you change controls' Z-order in MFC at design time - i.e. I can't use SetWindowPos or do …
visual-studio visual-c++ mfcI have a _bstr_t variable bstrErr and I am having a CString variable csError. How do I set the …
c++ com mfc visual-c++ bstrWhat is the cleanest way to recursively search for files using C++ and MFC? EDIT: Do any of these solutions …
c++ mfc recursion file-search