Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Forms
  4. Ideas for windows form

Ideas for windows form

Scheduled Pinned Locked Moved Windows Forms
databasegraphicsdesign
7 Posts 4 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    frostcox
    wrote on last edited by
    #1

    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

    L A 2 Replies Last reply
    0
    • F frostcox

      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

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2
      • 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 your DataGridView.* 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:

      F 1 Reply Last reply
      0
      • L Lost User
        • 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 your DataGridView.* 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:

        F Offline
        F Offline
        frostcox
        wrote on last edited by
        #3

        Yeah cool that gives me something to work with thanks very much.

        1 Reply Last reply
        0
        • F frostcox

          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

          A Offline
          A Offline
          Abhinav S
          wrote on last edited by
          #4

          If you don't need to do data entry then just use reports - you would not need any screens.

          F 1 Reply Last reply
          0
          • A Abhinav S

            If you don't need to do data entry then just use reports - you would not need any screens.

            F Offline
            F Offline
            frostcox
            wrote on last edited by
            #5

            What do you mean like output results to excel, txt or PDF files???

            B 1 Reply Last reply
            0
            • F frostcox

              What do you mean like output results to excel, txt or PDF files???

              B Offline
              B Offline
              Benaiah Mischenko
              wrote on last edited by
              #6

              No, he means something like Crystal Reports (bundled in VS2003-2008) or SQL Server Reporting Services (VS2010).

              F 1 Reply Last reply
              0
              • B Benaiah Mischenko

                No, he means something like Crystal Reports (bundled in VS2003-2008) or SQL Server Reporting Services (VS2010).

                F Offline
                F Offline
                frostcox
                wrote on last edited by
                #7

                Ok thanks very much il do some research on them. Cheers

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups