Answers for "Fullscreen method: SetWindowPos"

0

Fullscreen method: SetWindowPos

Private Declare Function SetWindowPos Lib "user32.dll" Alias "SetWindowPos" (ByVal hWnd As IntPtr, ByVal hWndIntertAfter As IntPtr, ByVal X As Integer, ByVal Y As Integer, ByVal cx As Integer, ByVal cy As Integer, ByVal uFlags As Integer) As Boolean
Posted by: Guest on June-10-2021

Browse Popular Code Answers by Language