VC++ FAQ
Locked
-
jeudi 6 mai 2010 01:51
I am excited to announce the availability of the following FAQ paper which lists some of the questions frequently asked by the Visual C++ forum members. This paper has covered many parts of VC++ from Visual C++ Express, Visual C++ General, MFC, etc. Although it’s far from complete, but this is the first attempt our forum support team has been trying to make to help development community members find the answers to their questions much easier and fast, and it’s always the top priority for our team to make the MSDN forum a good place for developers to ask questions, talk about technologies etc. With time goes on, this thread will be enhanced with more FAQs and content, so we really welcome and appreciate any feedback or suggestion on how to improve it.
Contents
1.1 How do I use Visual C++ 2008 Express with the Windows SDK?
1.2 Does Visual C++ 2008 Express Edition include MFC and ATL?
2.1 How do I migrate VC++ 6 projects to VC++ 2008?
2.2 How do I call .NET assembly from native Visual C++?
2.3 How do I deploy Visual C++ Application (Release Build)?
2.5 How do I redistribute an application and bind it to specific Visual C++ libraries?
2.6 When I build a Visual C++ project, how do I perform additional action before compiling?
2.7 How can I create an in-process singleton COM component running across processes?
2.8 Why would one get LNK2019: Unresolved External Symbol?
2.9 How do I get the system information with Visual C++?
2.10 How do I get the name of files in a folder?
2.11 How do I get the MAC address?
2.12 How do I execute a command in Visual C++?
2.13 How do I work with database in Visual C++?
2.14 How do I detect the launch of external processes?
2.15 Why does my call of SetWindowsHook fail on Windows Vista?
2.16 How do I terminate threads? Can I use Terminate Thread?
2.17 How do I get BITMAP or BMP image from HBITMAP?
2.18 How do I generate a random number in VC++?
2.19 What's New in Visual C++ 2010?
2.20 How do I expand all macros in Visual C++?
2.21 How do I Invoke Native C++ DLL from .NET Code?
2.22 How do I Invoke .NET Assembly from Native C++ Code?
2.23 How do I convert a CString to a char *?
2.24 Can I use shared_ptr for COM objects?
2.25 What are the differences between const int*, int * const, and const int * const?
3.1 How can I receive keyboard messages in a dialog window?
3.2 How do I show WinForms controls in an MFC application?
3.3 How do I use CMFCMenuBar on a dialog?
3.4 Why doesn’t CDocument::SetTitle change the title of an MFC MDI or SDI application?
3.5 How do I reopen the dockable panes after they are closed?
3.6 How do I stop saving and loading toolbar state in the MFC Feature Pack applications?
3.7 How do I add tooltips to the buttons on CMFCToolBar?
3.8 How do I limit the size of CDockablePane?
3.9 How do I use MFC ISAPI classes in Visual C++ 2008?- Modifié Jialiang Ge [MSFT]Microsoft Employee, Moderator jeudi 6 mai 2010 06:47 typo
- Modifié Jialiang Ge [MSFT]Microsoft Employee, Moderator jeudi 6 mai 2010 06:49 typo
- Modifié MSDN FAQ lundi 28 juin 2010 02:25
Toutes les réponses
-
vendredi 21 mai 2010 06:07
-
jeudi 17 juin 2010 16:52basic_string<TCHAR> test = _T("some string"); LPCTSTR lp = test.c_str();
-
mardi 3 août 2010 21:38

