Hi! I wondered if it was possible to trap the 'application window resize' event. The reason I need to do this is because I have a main form (kind of like a splash screen) but it's not maximised to avoid problems with the other forms (problems like restoring, etc). So I set the main form to be the same size as the application window but I have a button on it that's dynamically positionned (in the bottom right corner) in the Form_Resize sub of the main form. If the user resizes the application window, the Form_Resize event won't be called because the main form isn't maximised per se. Any idea how I should proceed?
Thanks in advance!
Thanks in advance!