habs jetzt relativ billig gelöst:
Public Module Module1
Public PaFo As Form1
Public ChiFo As New Form2
End Module
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
ChiFo.asdf = PaFo.asdf
PaFo.Hide()
ChiFo.Show()
End Sub
hab dafür ein anderes Problem jetzt, und zwar:
Wenn ich auf das X rechts oben in Form2 klicke, wird zwar die Form geschlossen, aber das Programm läuft noch immer....
any ideas?
