Hi,

today I have seen a college building a small Visual Basic app with one very simple window (just some buttons, two textboxes etc.). He used the Windows.Forms library, or whatever it is called.

I wondered if this "allmighty MS miracle-library" is capable of layouting mechanisms like Qt provides (HBox, VBox, Grid, resizing elements etc.).
When I asked him his answer was: "Don't know. Put elements where they belong to, build application, be happy."
But if he ever tries to resize his window I already see him breaking out in tears.

So is there some layouting mechanism in the MS libraries? Or has every window to be of static size?