Thanks, just sent the license.
Note that subscribing to the yabb forum was not possible due the 'special' email address.
--
I don't think so.
You can add (more) code right after form creation.
--
Been reading and using PBDev in the last days, PureBasic window and control ID's and 'real' window handles and controlid's are so confusing to me..
There are few functions in PBDev(and help) which helps you understanding if you get the same problem.
Note that i am really a Windows API man, i wrote PBDev with that in mind.
It's easy to use the windowprocedure PBDev provides, you can resize controls in this procedure on #WM_SIZE
I suspect you can also use the main loop.
I am very unfamiliar with PureBasic though i learned enough to write me a common form designer for PureBasic.
The code generated is more winapi then PureBasic.