CodePudding user response:
Make it another type,CodePudding user response:
Statement of APIFUNCTION ulong GetWindowLong (long HWND, long nIndex) LIBRARY "user32. DLL" ALIAS FOR "GetWindowLongA
"The FUNCTION ulong SetWindowLong (long HWND, long nIndex, long dwNewLong) LIBRARY "user32. DLL" ALIAS FOR "SetWindowLongA"
Window open event in writing:
Long Style
Style=getwindowlong (handle (this) - 16)
//Style=Style - 12845056
////Style=Style - 21411156 full screen window
////Style=Style - 29990999 full screen can't minimize
Style=Style - 29990999
Setwindowlong (handle (this) - 16, Style)
CodePudding user response:
To change the window type