Ideas for windows form
-
Hey guys im just looking for a few ideas of design for a nice windows form. I created a program that runs 250 tests based on different senarios and inserts the results into 7 different tables in the db. Now I want to create a form to show the results to the user. Im just drawing blanks on the design and what options the user should have. Thanks
-
Hey guys im just looking for a few ideas of design for a nice windows form. I created a program that runs 250 tests based on different senarios and inserts the results into 7 different tables in the db. Now I want to create a form to show the results to the user. Im just drawing blanks on the design and what options the user should have. Thanks
- The user should be able to filter the data he/she is viewing.
250 tests might generate a lot of data, and the user is probably interested in something specific - like all of last weeks' tests.* A gridview to visualize the data that the user selected
If it's a large set, virtualize yourDataGridView
.* Show some charts
A nice pie cut into the amount of tests of that week, a graph telling how often a test failed.* Reports
One that lists all the tests, one that lists all failed etc.
Hope this helps a bit :)
Bastard Programmer from Hell :suss:
- The user should be able to filter the data he/she is viewing.
-
- The user should be able to filter the data he/she is viewing.
250 tests might generate a lot of data, and the user is probably interested in something specific - like all of last weeks' tests.* A gridview to visualize the data that the user selected
If it's a large set, virtualize yourDataGridView
.* Show some charts
A nice pie cut into the amount of tests of that week, a graph telling how often a test failed.* Reports
One that lists all the tests, one that lists all failed etc.
Hope this helps a bit :)
Bastard Programmer from Hell :suss:
- The user should be able to filter the data he/she is viewing.
-
Hey guys im just looking for a few ideas of design for a nice windows form. I created a program that runs 250 tests based on different senarios and inserts the results into 7 different tables in the db. Now I want to create a form to show the results to the user. Im just drawing blanks on the design and what options the user should have. Thanks
-
If you don't need to do data entry then just use reports - you would not need any screens.
-
No, he means something like Crystal Reports (bundled in VS2003-2008) or SQL Server Reporting Services (VS2010).
-
No, he means something like Crystal Reports (bundled in VS2003-2008) or SQL Server Reporting Services (VS2010).