Hello to all. You know how to run services in a Windows Mobile application. That way, it can run in the background, and I can handle all mobile events through these Services.
Please give me a comment or link to an example.
Thanks.
Services in CE are like stream interface drivers in terms of entry points. MDSN documents what you need here .
The main difference is the registry entries used to tell the OS how to load it. You want it to load services.exe, not device.exe, so you just use the correct registry entries (or manually load it by calling RegisterService )
Source: https://habr.com/ru/post/1338406/More articles:Can a function throw an exception of a derived class if its exception specification is of the base type? - c ++NSMatrix simple question - cocoa-bindingsC # iPhone Development vs. iPhone Object Development - c #Exception in MS Unit Test? - c #Regular expression for asp: RegularExpressionValidator with MMddyy format (leap year release) - dateLINQ using question C # - c #MySQL selects a date range - mysqlWhat is the color wheel algorithm? - objective-cHow can I execute a synchronous query using jQuery? - javascriptit is necessary to display the changed text after comparing two lines - stringAll Articles