open a external exe within the mdi form in vb
-
Hello, I request to give some guidence how to open a exe in the mdi form using vb. Thanks in advance goood
-
Hello, I request to give some guidence how to open a exe in the mdi form using vb. Thanks in advance goood
You can't. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
You can't. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Does the process class not work in an mdi form? I've never tried it on an MDI form, but I thought you could use process.start just about anywhere.
Yes, it does work. What it won't do is put the window of the process you launch in the client area of the MDI Parent form. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome