Hi,
How can I notify the App.exe that there is an update?
In the App I have an Icon with a Timer with in a StatusBar. What I want to achieve is when I add a new database on the network the Timer starts --> Icon starts to blink.
What I need is some kind of comparissement.
I was thinking of a TextFile where I add a value. When starting the App first the App searches for the local TextFile and compares it with the TextFile on the Network.
If the Value within the TextFile on the Network > Then the Local stored TextFile the Timer should activate. Else Exit Sub.
How do I do this? Perhaps there is an other/better way to do this. Please be patient, not that good of a programmer, but willing to learn.
How can I notify the App.exe that there is an update?
In the App I have an Icon with a Timer with in a StatusBar. What I want to achieve is when I add a new database on the network the Timer starts --> Icon starts to blink.
What I need is some kind of comparissement.
I was thinking of a TextFile where I add a value. When starting the App first the App searches for the local TextFile and compares it with the TextFile on the Network.
If the Value within the TextFile on the Network > Then the Local stored TextFile the Timer should activate. Else Exit Sub.
How do I do this? Perhaps there is an other/better way to do this. Please be patient, not that good of a programmer, but willing to learn.