Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > multiple copies of the same form????


Reply
 
Thread Tools Display Modes
  #1  
Old 04-24-2004, 09:14 AM
peanutman's Avatar
peanutman peanutman is offline
Junior Contributor
 
Join Date: Sep 2003
Location: Belgium
Posts: 316
Default multiple copies of the same form????


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?
__________________
http://free-b.org
Reply With Quote
  #2  
Old 04-24-2004, 09:21 AM
reboot's Avatar
reboot reboot is offline
Keeper of foo

Retired Moderator
* Guru *
 
Join Date: Nov 2001
Location: Graceland
Posts: 15,612
Default

Dim frm As New Form1

frm.Show
Reply With Quote
  #3  
Old 04-24-2004, 10:27 AM
peanutman's Avatar
peanutman peanutman is offline
Junior Contributor
 
Join Date: Sep 2003
Location: Belgium
Posts: 316
Default

excellent idea, thanks
__________________
http://free-b.org
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple form instances ShAdOw-HeLiX General 5 04-02-2004 08:18 AM
disable print preview from xlDialogPrint w_seyller Excel 9 12-11-2003 11:20 AM
how do i do multiple instances of the same form? bratch General 1 10-22-2003 03:20 PM
Multiple Form Help gamepro741 General 3 12-09-2002 05:06 PM
Disable Mouse Scroll in Sub Form nickg96 Database and Reporting 16 10-04-2002 11:12 AM

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->