Page 3 of 3

Posted: Sat Feb 04, 2006 7:28 pm
by nco2k
hey, why not simply add a optional flag, so everybody is happy. :idea:

for example:

Code: Select all

#PB_NoSize = 1
#PB_NoMove = 2
#PB_ScreenCentered = 4

ResizeWindow(#Window, x, y, Width, Height [, Flags])
fred what do you think?

c ya,
nco2k

Posted: Sun Feb 05, 2006 12:49 am
by PB
> #CW_USEDEFAULT

That constant is used when creating windows only, according to MSDN:
http://tinyurl.com/6g8gv

Posted: Sun Feb 05, 2006 12:51 am
by Dare2
That's a good idea, nco2k. (The user defined value). Hope it is possible!