Hey i am new bie in winCE and working on 6.0 version, is there anyway to change the look and feel of dialog title bar in wince , i have tried with WM_NCPAINT message but it is not there in wince....
I have a ATLCOM Shell Extension which adds Right Click Extension to Windows Explorer. How Can I pass a me开发者_如何学Gossage from my DLL to another MFC application.
When I opened a VC6 project in VS2008 and tried building it , initially I got the error: fatal error C1083: Cannot open include file: \'iostream.h\': No such file or directory
I have a dialog in which I made list control and made its ownerdraw true. But on draw function of dialog is not calling for list. What wou开发者_如何学Cld be the reason?BS_OWNERDRAW is a message that
I need to create a ListControl in MFC, each row having different number of col开发者_如何学JAVAumns.
I have a project that contains 235+ source and header files.In my standard development cycle, I develo开发者_如何学Cp a little, test that development, create a release version, test that and deliver t
I\'ve created a new project using the Visual Studio 2010\'s wizard. Once VS was finished generating the project I tried building it - in release mode it worked great, but in debug mode it didn\'t, giv
I\'m building a C# Windows App to compile & Build MFC Code i googled a-lot and I found this thread very useful Thread but i\'m facing 2 problems;
I am loading background image at runtime in my MFC Application. Like this : m_objMainScrnDC.CreateCompatibleDC(NULL);
I\'m having the following code: CMainFrame* pFrame = new CMainFrame; if (!pFrame) return FALSE; m_pMainWnd = pFrame;