Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The nStyle parameter of the Show method cannot be changed while a form is visible.
You are calling a form's Show method with a parameter while the form is visible.
Change the modality of the form while it is not visible by using code similar to the following:
Form1.Hide Form1.Show(nStyle)