C# Class LoginSample.Hepler.WindowsHepler

显示文件 Open project: WELL-E/LoginSample

Public Methods

Method Description
SetWindowNoBorder ( IntPtr hWnd ) : void

设置窗体为无边框风格

Private Methods

Method Description
GetClassLong ( IntPtr hwnd, int nIndex ) : int
GetWindowLong ( IntPtr handle, int style ) : int
SetClassLong ( IntPtr hwnd, int nIndex, int dwNewLong ) : int
SetWindowLong ( IntPtr handle, int oldStyle, Int32 newStyle ) : int

Method Details

SetWindowNoBorder() public static method

设置窗体为无边框风格
public static SetWindowNoBorder ( IntPtr hWnd ) : void
hWnd System.IntPtr
return void