G
Guest
Is there a way to run an application on the background, and avoid the spinning cursor display
This is what I am trying to do
I have a dll that instanciated an exe when ActiveSync attemps to Sync. The exe check for files on the Web and downloads and updates some files on the PocketPC. If a files is downloaded an icon is added to the task bar
The user can then click on the icon to launch the application that displays the new updated files
So far I have two problems
1. The spinning cursor appears when the application is updating the new files
2. I have not figured out how to keep the application (with out user interface) running on the background so it can listen to the icon click event. Right now it adds the icon to the task bar and then exist which in turns automatically removes the icon from the task bar
Any ideas? Is this the wrong way to go about this? It works pretty good, but I have to be able to hide the process from the user. The only notification that something is going on is on ActiveSync which shows that the program is checking for new files on the net and then the icon which shows that indeed new file where found, downloaded and are now available
Thank you
This is what I am trying to do
I have a dll that instanciated an exe when ActiveSync attemps to Sync. The exe check for files on the Web and downloads and updates some files on the PocketPC. If a files is downloaded an icon is added to the task bar
The user can then click on the icon to launch the application that displays the new updated files
So far I have two problems
1. The spinning cursor appears when the application is updating the new files
2. I have not figured out how to keep the application (with out user interface) running on the background so it can listen to the icon click event. Right now it adds the icon to the task bar and then exist which in turns automatically removes the icon from the task bar
Any ideas? Is this the wrong way to go about this? It works pretty good, but I have to be able to hide the process from the user. The only notification that something is going on is on ActiveSync which shows that the program is checking for new files on the net and then the icon which shows that indeed new file where found, downloaded and are now available
Thank you