Related resources for User32.dll
  • Prevent CD Autoplays in VB.NET11/9/2012 10:11:22 AM. This article describes the approach used programmatically to prevent a CD from going into auto play mode.
  • Transparent Borderless Forms in C#5/15/2012 4:21:03 PM. This article describes an approach to display transparent forms in a Windows application.
  • Prevent CD Autoplays12/18/2006 5:25:19 AM. This article describes the approach used programmatically to prevent a CD from going into auto play mode; this may be useful to you if you are, for example, writing an application that logs directly to CD and you are trying to burn data periodically to a CD but you do not want the CD to go into auto play mode after burning a some data to it.
  • Using MSIL Code to Close Application Programmatically12/28/2005 4:09:57 AM. You can use MSIL code to call Win32 APIs and one of the simplest example of it is by closing an application programmatically.
  • DigitizeAny - A .NET Windows Digitization Tool12/26/2005 4:33:53 AM. DigitizeAny uses Win32 API calls to obtain the coordinates of the cursor and then translates to the graph coordinates once set. Since a mouse click would essentially bring to focus the window where it is pointed to, this tool uses the key event to capture the coordinates of the cursor.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download