multiple copies of the same form????

peanutman
04-24-2004, 09:14 AM
i'm making this msn like program but i have a question:

all sessions are in a different form
so every time i want to talk a different person a different form has to open

now my question is:

how do i do this? so a couple of forms that all look accactly the same have to be open at the same time, like the msn chatting windows
maybe i can make a form, and somehow use that as a kind of template so i can open as much copies of this form as i want...

any proposals?

reboot
04-24-2004, 09:21 AM
Dim frm As New Form1

frm.Show

peanutman
04-24-2004, 10:27 AM
excellent idea, thanks

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum