Nel modulo della Form1:
Nel modulodella Form2:codice:Private Sub Command1_Click() Load Form2 Form2.Show End Sub
codice:Private Sub Form_Activate() Me.Top = Form1.Top Me.Left = Form1.Left + Form1.Width + 10 Me.Height = 3405 End Sub![]()
Nel modulo della Form1:
Nel modulodella Form2:codice:Private Sub Command1_Click() Load Form2 Form2.Show End Sub
codice:Private Sub Form_Activate() Me.Top = Form1.Top Me.Left = Form1.Left + Form1.Width + 10 Me.Height = 3405 End Sub![]()
LM