L
LordHog
Hello all,
I was wondering what is the best method of launching an
application/exectable from within the Managed VC++ environment? I have
found some information which describe CreateProcess and
ShellExecute(Ex), but I was wondering if there is a perferred way of
performing this task in Managed VC++ that use Windows Forms?
I am trying to launch Notepad from within my application and passing
it a filename as an argument. Any help is appreciated. Thanks
Sorry for posting this question also in microsoft.public.vc as
searching I saw this group was probably more appropriate.
Mark
I was wondering what is the best method of launching an
application/exectable from within the Managed VC++ environment? I have
found some information which describe CreateProcess and
ShellExecute(Ex), but I was wondering if there is a perferred way of
performing this task in Managed VC++ that use Windows Forms?
I am trying to launch Notepad from within my application and passing
it a filename as an argument. Any help is appreciated. Thanks
Sorry for posting this question also in microsoft.public.vc as
searching I saw this group was probably more appropriate.
Mark