I have been trying for about 3 days now trying to find a way to open multiple instances of a simple program and have had no luck. It is being used to log into a site multiple times and the web browser component uses the same cookie which is stopping me from just remaking the program a bunch of times in tabs. I then tried to make it so that it would open up the compiled program multiple times and be able to dock them, but am not able to do that.
What I am looking to do is have a text box that the user chooses a number between 1 and 6 and upon clicking a button inside a tab, that amount of the programs are opened inside of the tab. Preferably I would like to be able to move all of them and upon click a check box all of them are locked in place.
Any help with this would be awesome.