Is it possible to initiate a form under an mdi form and while doing this loading the new form with a "command argument" What I want to do is be able to build my application which currently loads a profile id EX: C:\vbapp\vbapp.exe 9909 with 9909 being the profile id. What I want to do is better manage all the forms into just 1 single system aka Multiple vbapp.exe's into 1 single MDI Form. But i want to load each new instance with a new profile id. Is this possible if so could someone please post an example code? Thanks
Last edited by dsc_chris; Jul 29th, 2004 at 02:39 PM.
It would appear I answered my own question on this issue. I setup a test project to test this. I have attached a sample so that you may download and try this yourself.