G
Guest
I have an access application that copies some files, does some calculations, etc. on a network. The application is usually running. Code gets executed by the timer property of a form.
Some users want to be able to trigger the execution of code (not wait for the timer). How can a user trigger a procedure in an application that is invisible to the user? Users don't and won't have the app open on their computer. I was picturing something like an icon on a user's desktop. The user clicks the icon and this somehow runs a procedure in my application. Can anyone tell me a keyword or a general topic of where to get started doing this? I'm not sure where to begin.
Some users want to be able to trigger the execution of code (not wait for the timer). How can a user trigger a procedure in an application that is invisible to the user? Users don't and won't have the app open on their computer. I was picturing something like an icon on a user's desktop. The user clicks the icon and this somehow runs a procedure in my application. Can anyone tell me a keyword or a general topic of where to get started doing this? I'm not sure where to begin.