This question is regarding the debugger in Visual Studio 2008. I am working on a C++/MFC application with a huge codebase (t开发者_运维技巧housands of .cpp files). I\'m looking for a way to tell the d
Im trying to get a CDialog that has no border or frame to show in the task bar. It is created in the InitInstance of CWinApp (used to update the app) and i have tried setting the WS_EX_APPWINDOW flag
We have a requirement that a user can l开发者_如何学Coad any standard image into a dialog, the image is displayed, and the image saved as a specific format (JPG) in a database. It seems CImage is the
I\'ve not been able to find th开发者_运维技巧is out, which seems weird. When I add a class variable for the control using the wizard, it wants to add a CButton. Is there a specific control or does one
i have made the slider control in c++ using MFC. there is my code. void CImageAnalyserDlg::OnHScroll(UINT nSBCode, UINT nPo开发者_开发知识库s, CScrollBar* pScrollBar)
I need to 开发者_开发知识库add a bit map image to a radio button in MFC . i have no idea on how to do it
Consider a plain Win32 dialog with listview control (in report mode) written in C++. Upon a certain event all items and all columns are deleted and new columns and items are created. Basically, as con
How to Split a CString object by deli开发者_JS百科meter in vc++? For example I have a string value
Is it possible to find a window by class using Fi开发者_如何学PythonndWindowsEx if it\'s currently hidden in the system tray? Looking for children of ToolbarWindow32 works if the icon is not hidden, b
I have implemented custom draw for a开发者_Python百科n CTreeCtrl in my MFC Smart Device program.I have successfully changed the color of specific nodes of the CTreeCtrl.I am now trying to understand h