Hello everybody. I've created a Gui which lists all SQL Databases from entire user Input and will create a Checkbox for each Database among each other. My GUI is created with GUICreate("Input Parameters", 500, $height, @DesktopWidth / 2 - 300, @DesktopHeight /2 -250, -1, 0x00000018) Now I want to resize the height of the GUI by means of the Number of Results from Database Query. So the GUI Height should expand with each created Checkbox. Have anyone a solution for my problem. Many Th