Sphinx, the tailbite of the poor man

Share your advanced PureBasic knowledge/code with the community.
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Re: Sphinx, the tailbite of the poor man

Post 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
Post Reply