C# Class WatchThis.Wpf.WindowsServices

Datei anzeigen Open project: kevintavog/WatchThis.net

Public Methods

Method Description
SetWindowExTransparent ( IntPtr hwnd ) : void

Private Methods

Method Description
GetWindowLong ( IntPtr hwnd, int index ) : int
SetWindowLong ( IntPtr hwnd, int index, int newStyle ) : int

Method Details

SetWindowExTransparent() public static method

public static SetWindowExTransparent ( IntPtr hwnd ) : void
hwnd System.IntPtr
return void