I have a unique question. I'm trying to load a program on the computer that already exist there. using the following class"
System.Diagnostics.Process.Start("charmap.exe");
my problem is I don't know how to position the program when it loads with my form im calling it from. So im trying to load my form and in initialize component put system.diagnostics.Process.Start and load two other forms and position them just so on the screen so they fit perfectly. could someone please help me? I guess my question is how do I position the charmap.exe program when calling it?
michael r demulling