I've been through:
Open → Load → Resize → Activate → Current
but each of these seems to occur before the form is actually displayed on the screen. I even tried GotFocus.
I have a msgbox that is supposed to display after the form is displayed, but it actually shows up before the form displays and stops it from being displayed until the user clicks OK.
Open → Load → Resize → Activate → Current
but each of these seems to occur before the form is actually displayed on the screen. I even tried GotFocus.
I have a msgbox that is supposed to display after the form is displayed, but it actually shows up before the form displays and stops it from being displayed until the user clicks OK.
Comment