I got an application that I want to make have multiple instances within one instance.
So I used "If App.PrevInstance = True Then End"
So I want to be able to clone this program, I have a listbox on each form for cloning this program, I want each instance opened to be added to each clones with the ones already added to the main listbox to be added to the next cloned programs listbox with the caption and other information.
Ok so, if that wasn't understandable I would like to make my program have multiple instances inside one instance, therefore I have a listbox to hold all the clone names in, so I want each clone opened to be added to the main listbox and the main listboxs items to be added to each clone opened of the program. So I can have like 5 instances of the program open through just one instance of it running in the task manager, and these 5 instances to show up on each listbox on each instance, to where I can open them singlely through the listbox after they have been hiden.
using: dim frmM as new frmmain
If this still doesn't make sense I'll try to describe it more.


Reply With Quote

