I try to resize a windowedscreen.
If I set a new clientrect....
Code: Select all
      SetWindowPos_(ScreenID(),WindowID(#Window_Main),0,0,WindowWidth(#Window_Main)-300,600,#SWP_FRAMECHANGED	)
And if i check them....
Code: Select all
     GetClientRect_(ScreenID(),RR.RECT)
     Debug rr\right
Where is the little red bad bug ?

