|
Re: Making Offline Apps?
I'm trying to understand your question. What do you mean by used actions? And by live, do you mean Microsoft Live, as in the mail client?
Any sort of connection can be done by the use of any computer. Usually you want to run it on a scheduler, such as Microsoft Scheduler, or Crontab. Obviously, you'll need a database. The good news is that even highend databases such as Oracle are free so long as you have one processor in your machine and don't use it for commercial use, but you could just as easily download PostgreSQL or MySQL.
So, using any programming language (Perl, C++, Visual Basic, et al) write the program and have the scheduler run it at such-and-such time, or at an interval.
__________________
If you find my post useful please add to my reputation by clicking the +Rep button
You may also use the Donate link to donate credits - this is appreciated too Thanks to those whom have donated so far!
|