Re: about startup problem



Thank you very much for all your kind , I solve this problem by add the
following code :

cmdInfo.m_nShellCommand = CCommandLineInfo::FileNew ;


thanks again !

Calvin Liu


"voidcoder" <voidcoder@xxxxxxxxx> дÈëÏûÏ¢ÐÂÎÅ:enDR7llNIHA.820@xxxxxxxxxxxxxxxxxxxxxxx

How do you start your app? If you are launching through HKLM\Init
make sure explorer is not on your DependXX dependency list
(explorer is normally started by Launch50).


--
Oleg


calvin wrote:
Many Thanks!
it show "50 was not found" message when program start without
explorer.exe run .
But I have not found any help topic in PB help ,do you know how to solve
this problem ? thank you very much !

Best Regards,
Calvin Liu


"<ctacke/>" wrote:

Becasue your app evidently depends on a shell running. You can make
your app a shell replacement if that's the case (see the PB help on how
to do it).


--

Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com


"calvin" <calvin@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:ECCF485C-9CE6-4CCF-856D-8F6B6143D67F@xxxxxxxxxxxxxxxx
Dear All,

I want to know why my program(single document program) can not run if I
do
not run explorer.exe first when WinCE startup ? what can I do if I
really
don't want to run explorer.exe at startup. By the way , dialog base
program
is ok even explorer.exe run or not at startup .

Thank you very much!

Best regards,
Calvin




.



Relevant Pages

  • Re: about startup problem
    ... If you are launching through HKLM\Init ... (explorer is normally started by Launch50). ... app a shell replacement if that's the case. ... not run explorer.exe first when WinCE startup? ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: windows CE start up
    ... Put a link to your app in Startup? ... Use HKLM\Init to launch your app? ... Remove Explorer from the same to prevent it from launching? ...
    (microsoft.public.windowsce.app.development)

Loading