Do you know of any resources highlighting known or possible issues during conv开发者_如何学编程ersion of a VC++6/Win32 project to VS2010 C++/Win32 project type? I\'m interested in all kinds of issues:
I have a very simple question about how CWinThread works and where is the entry point everytime I called ResumeThread(). I\'m looking for an entry that looks similar as \"main\" function where I can p
I am updating an MFC application that contains a custom ActiveX control. As a part of the update I have had cause to add new methods to the ActiveX control and so it now has a different interface to t
I want to build a DLL plugin for a 3rd party MFC-based application.The \"official\" way to do this is to build the plugin using MFC as wel开发者_如何学Cl.I\'m looking to see if it\'s possible to use a
I have two radiobuttons on my dialog. I set开发者_运维百科 up the tabstop order correctly and turned the group property on on one of them and added an int member variable which I can read.
Short version: How can an MFC ActiveX control loaded into a web page by Internet Explorer guarantee that its associated DLLs are loaded from its own directory, rather than picking up identically-named
I need to create a caption bar button for a CDockablePane which will call up a menu with various options.I tried to use CMFCCaptionMenuButton and the button and menu show up but the message map method
This is my first substantial MFC application. My out-of-the-wizard MFC app wants to open a blank, new file of the type I specified for my app, when it starts, but that\'s not meaningful for my applic
I have successfully divided a large MFC project into a couple of smaller DLL开发者_Go百科 projects. Now I want to have a separate folder called \"DLL\" in my application\'s folder, where all the all t
I wrote a code in mfc for login form my code is here // login1Dlg.cpp : implementation file // #include \"stdafx.h\"