Re: How to launch a exe file in SD card?
- From: voidcoder <voidcoder@xxxxxxxxx>
- Date: Wed, 30 Aug 2006 15:23:55 +0200
It doesn't make any difference, as far as you have
a graphics shell. Personally I prefer CreateProcess
for the executables or ShellExecute for the
documents or other files.
On Wed, 30 Aug 2006 15:15:10 +0200, Frank Steinmetzger <see.website@xxxxxxxxxxx> wrote:
30.08.2006 09:56, voidcoder schrob:
Use FindFirstFile()/FindNextFile() to locate the file,
or just GetFileAttributes() to check the executable
presence if the path is constant.
Next use CreteProcess() to launch it.
I used ShellExecuteEx for this. Is there a reason why I shouldn't in favour
of CreateProcess?
.
- References:
- Re: How to launch a exe file in SD card?
- From: voidcoder
- Re: How to launch a exe file in SD card?
- From: Frank Steinmetzger
- Re: How to launch a exe file in SD card?
- Prev by Date: Re: How to launch a exe file in SD card?
- Next by Date: Re: Background application hangs when pocket pc is in standby.
- Previous by thread: Re: How to launch a exe file in SD card?
- Next by thread: How to Add Popup Menu item above the WM 5.0 Cantact list?
- Index(es):
Relevant Pages
|