I've been working on a couple of wpf apps and have had the same issue in each: I want to handle the mouse events over an area. The problem is that apparently mouse events only fire when they are over ...
I'm trying to extract a Bitmap object from a WPF Control (a System.Windows.FrameworkElement object) and then display it in a picture box (or save it in a file). All of that is done in a WinForms ...