Re: FindExecutable on Windows CE
- From: "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com>
- Date: Tue, 25 Jul 2006 08:32:50 -0700
You want to decide what application is associated with a given file type? I
suppose that you could parse the registry keys yourself to see what's
associated, if anything. Why are you doing this? If it's just to decide
what program to run, just call ShellExecuteEx() to launch the document and
the system will choose the right application.
Paul T.
<ajay.sonawane@xxxxxxxxx> wrote in message
news:1153815846.937176.169970@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello all,
I want to find executable of any type of file. On windows , we do the
same thing using FindExecutabel function, How can I do it on Windows CE
? It seems that FindExecutable is not supported on Windows CE.
Thanks.
-AJay
.
- Follow-Ups:
- Re: FindExecutable on Windows CE
- From: ajay . sonawane
- Re: FindExecutable on Windows CE
- References:
- FindExecutable on Windows CE
- From: ajay . sonawane
- FindExecutable on Windows CE
- Prev by Date: Re: Socket connection and ActiveSync
- Next by Date: Determine design time?
- Previous by thread: FindExecutable on Windows CE
- Next by thread: Re: FindExecutable on Windows CE
- Index(es):
Relevant Pages
|