Hi, There are about 9 posts about window resizing here but none that actually answers my question. I have a simple window with basically just a few labels in it. Those labels are pulled from an .ini file, and so their width will change depending on the values inside the .ini file. I would like to have the window resize itself upon starting to just encompass those labels. I couldn't find a common style value $WS_xxxxx or the GUICtrlSetResizing (which apparently just locks things), or Win