iNko Posted October 29, 2012 Share Posted October 29, 2012 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. Quote Link to comment Share on other sites More sharing options...
ignace Posted October 29, 2012 Share Posted October 29, 2012 .NET is your friend. Create a symlink in the startup directory to make it automagically start when the computer is turned on. Quote Link to comment Share on other sites More sharing options...
iNko Posted October 29, 2012 Author Share Posted October 29, 2012 Thx, ill look into it Quote Link to comment Share on other sites More sharing options...
iNko Posted November 2, 2012 Author Share Posted November 2, 2012 Can i make my program with Visual C# 2010 Express? I couldn't really find anything about .NET that would help me, it also looks a lot more complicated than C#.. Quote Link to comment Share on other sites More sharing options...
ignace Posted November 2, 2012 Share Posted November 2, 2012 (edited) C# and VB are both part of the .NET framework. So claiming that .NET is more difficult then C# is ridiculous. To answer your question: C# is perfectly fine and the Visual C# Express IDE is a perfect fit to program it in. Edited November 2, 2012 by ignace Quote Link to comment Share on other sites More sharing options...
Christian F. Posted November 2, 2012 Share Posted November 2, 2012 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. Quote Link to comment Share on other sites More sharing options...
jaycookies Posted November 5, 2012 Share Posted November 5, 2012 VB.net is also very good to make this and you can do easily what you pretend to. Quote Link to comment Share on other sites More sharing options...
codydaig Posted November 7, 2012 Share Posted November 7, 2012 C# and C++ are going to be your friend. (C# is a lot easier to program a visual program in versus lines of text showing up in a command prompt window which is great with C++) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.