Discover of useful APIs
In a post that's mostly about resource management, Eric Gunnerson mentions an API that I didn't know existed:
desktopWindow.Image = Win32Window.DesktopAsBitmap;
This is quite apropos the discussion of novice versus expert users. Here I've been a user of the .NET BCL for more than 2 years and when I …
more ...