Quote:
|
Originally Posted by Sane
You can use basically any programming language to do this in. All you need is one with access to the win32api (you wanted a tray icon), Graphical User Interface (I assume this is necessary) and socket connections (to access a private page on your server). It could be done quite quickly in something like Visual Basic, but practically any language should suffice.
|
Wouldn't nessacarily need a private page. Depending on what you want to do, you could just connect to the db and display the info. I'd recommend C# because I use it, and I love it. But as Sane said, you can use almost any langauge. I'd say go with a .Net one though.