How to use CeCreateProcess for launching an application in PPC?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Raul (latte0215_at_yahoo.com.tw)
Date: 03/23/04


Date: Tue, 23 Mar 2004 20:54:51 +0800

Hi all,
I create an easy dialog based MFC application, I propose to launch an
application when I click the OK button, what I did is as following:
void CAppDlg::OnOK()
{
 // TODO: Add extra validation here
 CeCreateProcess( "\windows\wmplayer.exe", NULL, 0, 0, 0, 0, 0, 0,
0, 0);
 CDialog::OnOK();
}

Did anyone could help me to check what's wrong with my code??

Raul.



Relevant Pages

  • Re: How to use CeCreateProcess for launching an application in PPC?
    ... "Raul" wrote: ... > I create an easy dialog based MFC application, I propose to launch an ... Jim Barry, MVP for Windows SDK ...
    (microsoft.public.windowsce.app.development)
  • Re: How to use CeCreateProcess for launching an application in PPC?
    ... Raul wrote: ... > I create an easy dialog based MFC application, I propose to launch an ... SY, Nicholas Tsipanov ...
    (microsoft.public.windowsce.app.development)
  • Re: Further Attempts
    ... > include an MFC app built in EVC into my operation system image. ... >> I created a new platform in Platform Builder and added the options I'd ... if I change the launch key from Launch50 to Launch99 ...
    (microsoft.public.windowsce.platbuilder)
  • Return Value incorrect from Class Methods in a DLL
    ... called MyLib (MFC DLL with dynamic MFC linking) and the other is ... int GetCounter; ... // NOTE - the ClassWizard will add and remove member functions here. ... afx_msg void OnDestroy; ...
    (microsoft.public.windowsce.embedded.vc)
  • Need help with audio/video operations in dshow VC++ (MFC)
    ... DirectShow in VC6.0 (MFC). ... this video stream over the network, so that it could be rendered on the ... What directshow filters are available to transport audio/video over the ... void CDXCaptureDlg::OnSelchangeAudioList ...
    (microsoft.public.win32.programmer.directx.video)