MFC and .NET: Handling .NET Events
By Tom Archer In a previous article , I explained and illustrated how to use .NET Delegates and Events types from C++ Managed Extensions. This week's column covers some standard problems you'll face when attempting to use events from a mixed-mode (MFC and Managed Extensions) application. Click here for a larger image. Figure 1 : Demo application illustrating the subscribing to and catching of the event that is fired when a file is deleted from disk Let's say that you have an MFC...