Page 2 of 2

Re: Sphinx, the tailbite of the poor man

Posted: Sat Sep 23, 2017 10:18 pm
by GPI
Paul wrote:

Code: Select all

ProcedureDLL ResizeMyWindow(WindowID.i,x.i,y.i,w.i,h.i)
  ResizeWindow(WindowID,x,y,w,h)
EndProcedure
in this case you can use the windowid() and the windows-API to resize the window. The advantage of this method is, that it is PB-Version-Independent.

__________________________________________________
Quote tag repaired
25.09.2017
RSBasic