Jump to content

Need Advice Creating A Progam


iNko

Recommended Posts

Hi, i have an assigment to make a "reminder" software that reads data from a database and displays the info on the computer screen.. I have made the database and now i need to start programming the software.

 

For the start, i just need to make something installable on the computer, that it would appear in the windows startup menu (i mean that it should run itself everytime the computer gets turned on), and it would have an icon in the bottom right corner (next to the clock). Also it should display some (any) message when i click on the icon near the clock (or w/o the click)..

 

Note, i have never done anything like this, so i have no idea with what software or with what language i should make this happen..

 

So yeah, any advice on where and with what i should start, would be greatly appreciated.

Link to comment
https://forums.phpfreaks.com/topic/270024-need-advice-creating-a-progam/
Share on other sites

C++ with Qt is a good solution too, as it'll allow the application to be cross-platform compatible. However, just about any language in which you can create a GUI would be fine, so just pick the one you like the best and feel the most comfortable with.

Just make sure that the GUI part isn't just tacked on as a rushed afterthought.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.