im also looking for an similar solution for my application.
can u send me the sample code or application which used CeRunAppAtTime?
it would be enormous help for me.
--
Thanks in advance
Arvind
--
"eRiva Systems" - Where Technology Meets Life, Every Minute.
www.erivasystems.com
"Peter Green" <anonymous RemoveThis @discussions.microsoft.com> wrote in message
news:EA61C923-D7D9-4FBD-846B-A9A1B1011E83@microsoft.com...
> I could only schedule an application to run whenever a connection was
established. Any other attempts returned an error.
>
> So I used CeRunAppAtTime instead. It is more worrisome, but at least it
works.
>
> Now I have another problem : I can't unregister the scheduling
(ConnMgrRegisterScheduledConnection with uiPeriod set at 0 and piggyback set
at True). I am using the same token to unregister, but the damned calc.exe
application keeps getting launched when I connect to the Internet.
>
> Peter