hi,
I found that sometimes Shellexecute info fails when used in WM5.0
pocket pc
for invoking a differnt exe from one exe , so i used Create process
to achieve that in WM5.0
But i fear is there any disadvantage in using create process instead
of shell execute

Please help me out if u have any idea in this regard

Re: is there shellexecute has any advantage over create process for invoking an exe from one exe by Yaroslav

Yaroslav
Mon May 22 10:03:54 CDT 2006

If your goal is just to launch another process from the given executable,
CreateProcess is the best way to do it.

--
Yaroslav Goncharov
Spb Software House, http://spbsoftwarehouse.com
Pocket PC Developer Network, http://pocketpcdn.com


"Gautam kumar shukla" <gautamshukla@gmail.com> wrote in message
news:1148286739.299426.129700@j33g2000cwa.googlegroups.com...
> hi,
> I found that sometimes Shellexecute info fails when used in WM5.0
> pocket pc
> for invoking a differnt exe from one exe , so i used Create process
> to achieve that in WM5.0
> But i fear is there any disadvantage in using create process instead
> of shell execute
>
> Please help me out if u have any idea in this regard
>