usingSystem.Runtime.InteropServices; usingLordal.Window.Form.Lib.General; usingLordal.Window.Form.Lib.Win32; namespaceLordeo.Framework { /// /// Windows API Functions /// publicclassWin32API { #region .ctor() // No need to construct this object privateWin32API() { } #endregion #region ...
WM_SETHOTKEY = 0x0032, WM_GETHOTKEY = 0x0033, WM_QUERYDRAGICON = 0x0037, WM_COMPAREITEM = 0x0039, WM_GETOBJECT = 0x003D, WM_COMPACTING = 0x0041, WM_COMMNOTIFY = 0x0044 , WM_WINDOWPOSCHANGING = 0x0046, WM_WINDOWPOSCHANGED = 0x0047, WM_POWER = 0x0048, WM_COPYDATA...
publicstaticextern IntPtr CallNextHookEx(IntPtr hhook,int code, IntPtr wparam, IntPtr lparam); [DllImport("user32.dll", CharSet=CharSet.Auto)] publicstaticextern IntPtr SetFocus(IntPtr hWnd); [DllImport("user32.dll", CharSet=CharSet.Auto)] ...