[Resolved] MDI Form Question
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