728x90
선언 :
<DllImport("user32.dll")>
Public Shared Function SetWindowPos(hWnd As IntPtr, hWndInsertAfter As IntPtr, X As Integer, Y As Integer, cx As Integer, cy As Integer, uFlags As UInteger) As <MarshalAs(UnmanagedType.Bool)> Boolean
End Function
사용 :
SetWindowPos(hParent, 0, 0, 0, 0, 0, 65)
728x90
'자료' 카테고리의 다른 글
파이썬 YOLO_MARK (0) | 2020.08.04 |
---|---|
[C#,VB.NET] 프로그램이 관리자 권한실행되고있는지 확인 (0) | 2020.08.03 |
[C#/VB.net] EMGUCV를 사용해 OCR하는법 (0) | 2020.08.03 |
[C#/VB.net] mouse_event (0) | 2020.08.03 |
C# VB.NET에서 현재 화면 스크린 캡쳐 (0) | 2020.08.03 |