Hello
Is it possible to do this?
I have a website made in php, like a forum, i would like an application that sits in the system tray wich pops up to say a new thread has been aded, made in .net???
Thank you
Printable View
Hello
Is it possible to do this?
I have a website made in php, like a forum, i would like an application that sits in the system tray wich pops up to say a new thread has been aded, made in .net???
Thank you
A forum website is still going to be database driven. So you can create a .NET program that routinely checks the database for the last thread id. This, of course, would require you to have privileges on the database.