AlphaWindow

[DllImport("user32.dll", SetLastError = true)]
public static extern void AlphaWindow(
   IntPtr hwnd
);

Last updated