pedrobjs84 respondió:
Usa este código, solo tienes que instanciar el formulario. Dim I As Integer, Y As Integer, X As Integer Private Sub Command1_Click() Dim f As New Form2 f.Show I = I + 1 Y = Y + 50 X = X + 50 f.Left = X f.Top = Y f.Caption = "Form " & I End Sub Suerte...