![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: May 2006
Posts: 2
Rep Power: 0
![]() |
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. |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
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. |
|
|
|
|
|
#3 |
|
Programming Guru
![]() ![]() ![]() |
I'd lean moreso towards a C# web service, or the PHP/MySQL approach.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#4 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,799
Rep Power: 5
![]() |
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.
|
|
|
|
|
|
#5 | |
|
Expert Programmer
|
Quote:
|
|
|
|
|
|
|
#6 |
|
Newbie
Join Date: May 2006
Posts: 2
Rep Power: 0
![]() |
Thanks for the input guys. Will look into visual and c.
|
|
|
|
|
|
#7 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,799
Rep Power: 5
![]() |
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.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|