Copies a form and shows it seperately at runtime. This is useful for if you want to create a instan
Copies a form and shows it seperately at runtime. This is useful for if you want to create a instant messanger or something similar.
API Declarations
Create 2 forms (Form1 and Form2)
Put a command button (Command1) on form 1
Put the code on Form1
Rate Copies a form and shows it seperately at runtime. This is useful for if you want to create a instan
(2(2 Vote))
Dim Frm2 As New Form2
Frm2.Show
End Sub
Copies a form and shows it seperately at runtime. This is useful for if you want to create a instan Comments
No comments yet — be the first to post one!
Post a Comment