11.08.1999
Erzeugen Sie zur Laufzeit neue Fenster, mit nur sehr wenig Code !
1 Commandbutton (Command1) FORM-CODE
Private Sub Command1_Click() Set formxxx = New Form1 formxxx.Show formxxx.Caption = "Dynamische Form !" End Sub
Download - 2 KB