New type-safe message maps in MFC
Last Updated: 15 Oct 2001
Page Views: 89,652
Rating: 4.11/5
Votes: 19
Popularity: 5.25
Bookmark Count: 23
The example demonstrates the stricter type checking for the return and parameter types of message handler functions.
Using the new MFC7/ATL7 shared classes.
Last Updated: 15 Oct 2001
Page Views: 51,955
Rating: 3.40/5
Votes: 10
Popularity: 3.40
Bookmark Count: 14
This example demonstrates using the new shared ATL/MFC classes such as CPoint, CRect, CSize and CString
New ATL Macros in Visual C++ 7
Last Updated: 15 Oct 2001
Page Views: 49,215
Rating: 3.00/5
Votes: 5
Popularity: 2.10
Bookmark Count: 11
This sample demonstrates using the new ATL macros OBJECT_ENTRY_AUTO in ATL7
COM Interop using managed C++
Last Updated: 17 Oct 2001
Page Views: 89,773
Rating: 2.72/5
Votes: 18
Popularity: 3.41
Bookmark Count: 20
A demoonstration of COM Interop, showing early and late binding to a COM component
Using ADO.NET in a managed C++ application
Last Updated: 11 Sep 2001
Page Views: 84,145
Rating: 3.17/5
Votes: 15
Popularity: 3.72
Bookmark Count: 20
This article demonstrates the basics of accessing a database and retrieving data from that database usingthe ADO.NET data classes.
Using the .NET managed TCP/IP classes in a managed C++ appplication
Last Updated: 15 Oct 2001
Page Views: 59,679
Rating: 4.00/5
Votes: 8
Popularity: 3.61
Bookmark Count: 18
This sample demonstrates a basic technique of networking using the TCP/IP protocol in a managed C++ application by implementing a simple POP3 client.
GDI+ in managed C++ applications.
Last Updated: 17 Oct 2001
Page Views: 96,357
Rating: 4.20/5
Votes: 7
Popularity: 3.55
Bookmark Count: 21
This Sample demonstrates basic drawing techniques using GDI+ in a Managed C++ application.
Using P/Invoke in a managed C++ application
Last Updated: 15 Oct 2001
Page Views: 76,002
Rating: 2.75/5
Votes: 8
Popularity: 2.48
Bookmark Count: 15
This article demonstrates interoperability between .NET managed code and old unmanaged code. It uses the P/Invoke mechanism to call unmanaged DLL entry points.