VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Copies a form and shows it seperately at runtime. This is useful for if you want to create a instan

by CoMPuTer MAsSteR (3 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 26th September 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



Dim Frm2 As New Form2
Frm2.Show
End Sub

Download this snippet    Add to My Saved Code

Copies a form and shows it seperately at runtime. This is useful for if you want to create a instan Comments

No comments have been posted about Copies a form and shows it seperately at runtime. This is useful for if you want to create a instan. Why not be the first to post a comment about Copies a form and shows it seperately at runtime. This is useful for if you want to create a instan.

Post your comment

Subject:
Message:
0/1000 characters