can anybody suggest me project ideas for c# windows form apllication ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

can anybody suggest me project ideas for c# windows form apllication ?

i want to make c# windows form application that should contain more than 2 windows forms

16th Nov 2016, 2:05 PM
Aamir Naseer
Aamir Naseer - avatar
3 Answers
0
I would suggest trying WPF instead of WinForms, but if you just want to get your feet wet with WinForms have you tried YouTube? There are tons of examples by just seraching, "C# WinForm Tutorials". A simple search gives you many results. I would hope and assume you have tried this, so if that's not what you are looking for you might need to be more specific. 
16th Nov 2016, 4:18 PM
Root
0
i just need idea for project that which project should i build
16th Nov 2016, 4:40 PM
Aamir Naseer
Aamir Naseer - avatar
0
Tracker – Write an application that keeps track of a household’s budget. The user can add expenses, income, and recurring costs to find out how much they are saving or losing over a period of time. For added complexity allow the user to specify a date range and see the net flow of money in and out of the house budget for that time period. Address Book – Keep track of various contacts, their numbers, emails and little notes about them like a Rolodex in the database. For extra complexity, allow the user to connect to a website publish their address book based on specific options the user has set. TV Show Tracker – Got a favorite show you don’t want to miss? Don’t have a PVR or want to be able to find the show to then PVR it later? Make an application which can search various online TV Guide sites, locate the shows/times/channels and add them to a database application. The database/website then can send you email reminders that a show is about to start and which channel it will be on. Travel Planner System – Make a system that allows users to put together their own little travel itinerary and keep track of the airline / hotel arrangements, points of interest, budget and schedule. 
16th Nov 2016, 4:59 PM
Root