I have noticed with .NET that when I display a modal form, if a place user input validation code in a click procedure
eg. MsgBox("Please enter a valid number.")
Text1.Focus()
Exit Sub
that after exiting sub the form is minimised. Has anyone else encoutered this frustrating behaviour? I can't see any obvious reason why this is happening. The form's default window state is set to normal.
