CeRunAppAtEvent again

  • Thread starter Thread starter Christina
  • Start date Start date
C

Christina

I understand that CeRunAppAtEvent kicks off an application, say after
active sync is done. But I just want to run a function, not a separate
app. How can I do that?


Thanks
 
Create a separate exe which can call your function and then terminate. The
CeRunAppAtEvent doesn't call functions within your program so you'll need a
simple "launcher" application to call your code, whether it is in a dll or
exe.

Peter
 
Back
Top