Yes the above is suppose to be laced with a bit of sarcasm but there may be situations where you do not want the window to be resized by the end user. I recently encountered this and here is the solution.
Code: Select all
WindowBounds(windowID, minimum x, minimum y, maximum x, maximum y)
Of course if you want them to be able to resize the window some but not a lot you could also set the values such that they have a little leeway and can actual resize the window some but not a lot.
Slyvnr