示例#1
0
 protected void adjustPos(int height, int top)
 {
     PInvoke.SetWindowPos(Handle, PInvoke.HWND_TOPMOST, Left, top, Width, height, PInvoke.SWP_NOACTIVATE);
 }