Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Project Ideas (http://www.programmingforums.org/forum50.html)
-   -   Application that connects to a website/db (such as ebay toolbar) (http://www.programmingforums.org/showthread.php?t=9704)

lifeasalounge May 9th, 2006 1:24 AM

Application that connects to a website/db (such as ebay toolbar)
 
Hey all,

I am designing a website using php and mysql. I want to design an application that runs minimised in the windows icon tray that will contact my website/database and provide information to the user about their account (such as the ebay toolbar does).

I am wondering, what would be the best language to develop this application in? Visual basic/java? anyone with suggestions would be greatly appreciated.

Also, would anyone know if this task would be hard? Any tutorials out there?

Thanks.

Ooble May 9th, 2006 12:43 PM

What exactly does "provide information to the user about their account" mean?

I would go with something along the lines of Visual Basic (.NET), C# or Java.

Infinite Recursion May 9th, 2006 2:04 PM

I'd lean moreso towards a C# web service, or the PHP/MySQL approach.

Sane May 9th, 2006 5:42 PM

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.

Booooze May 9th, 2006 6:24 PM

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.

lifeasalounge May 9th, 2006 10:33 PM

Thanks for the input guys. Will look into visual and c.

Sane May 10th, 2006 5:24 AM

Well I just say a private page because (IMO) that's always the most straight forward and simple technique to set up. You would need PHP or something to do this in though.


All times are GMT -5. The time now is 6:39 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC