What I want to do is have a background running app on Windows Mobile that can detect when a specific url is opened and perform some task. About the only way I can think of is to watch the cache directory and look for files specific to the site. There might be a way with IE to get the open url information but I doubt it would work the same for Opera. Another way might be with the querying the open processes because there might be url information in the title bar.
I can always have the user turn my app on and off when they go to my site or have the app open the site when they run it but I would like to avoid any extra steps for the user.
Can you think of anyway to detect the open url? Thanks for any help.