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. Database & SysAdmin
  3. Database
  4. How to write a program whose input various information of the companies

How to write a program whose input various information of the companies

Scheduled Pinned Locked Moved Database
designtutorialquestioncode-review
5 Posts 4 Posters 18 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.
  • N Offline
    N Offline
    niksirat2030
    wrote on last edited by
    #1

    Hi, I want to write a program whose input is the names of the companies and when adding the name of each company, it will take various information from that company of different types, 1- TextBox (daily production rate), 2- CheckBox (select product features), 3- OptionButton (the gender of the company owner), 4- Date (Product delivery time, yy/mm/dd), ... in a form and store all that information in the profile of that company. What programming language should I use for this task so that I can design a beautiful appearance (GUI) for entering information and this information can be entered easily by the user? Is there a pre-written program that is close to my goal so that I can improve it to suit my needs? Thanks in advance.

    V L D 4 Replies Last reply
    0
    • N niksirat2030

      Hi, I want to write a program whose input is the names of the companies and when adding the name of each company, it will take various information from that company of different types, 1- TextBox (daily production rate), 2- CheckBox (select product features), 3- OptionButton (the gender of the company owner), 4- Date (Product delivery time, yy/mm/dd), ... in a form and store all that information in the profile of that company. What programming language should I use for this task so that I can design a beautiful appearance (GUI) for entering information and this information can be entered easily by the user? Is there a pre-written program that is close to my goal so that I can improve it to suit my needs? Thanks in advance.

      V Offline
      V Offline
      Victor Nijegorodov
      wrote on last edited by
      #2

      niksirat2030 wrote:

      What programming language should I use for this task so that I can design a beautiful appearance (GUI) for entering information and this information can be entered easily by the user?

      You should use the language you know the best.

      1 Reply Last reply
      0
      • N niksirat2030

        Hi, I want to write a program whose input is the names of the companies and when adding the name of each company, it will take various information from that company of different types, 1- TextBox (daily production rate), 2- CheckBox (select product features), 3- OptionButton (the gender of the company owner), 4- Date (Product delivery time, yy/mm/dd), ... in a form and store all that information in the profile of that company. What programming language should I use for this task so that I can design a beautiful appearance (GUI) for entering information and this information can be entered easily by the user? Is there a pre-written program that is close to my goal so that I can improve it to suit my needs? Thanks in advance.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        niksirat2030 wrote:

        What programming language should I use for this task so that I can design a beautiful appearance (GUI) for entering information and this information can be entered easily by the user?

        You are doing this back to front. You need to start with the business logic, and the data access. The front end can be beautied later, and if you want it to be really beautiful then employ a graphic designer.

        1 Reply Last reply
        0
        • N niksirat2030

          Hi, I want to write a program whose input is the names of the companies and when adding the name of each company, it will take various information from that company of different types, 1- TextBox (daily production rate), 2- CheckBox (select product features), 3- OptionButton (the gender of the company owner), 4- Date (Product delivery time, yy/mm/dd), ... in a form and store all that information in the profile of that company. What programming language should I use for this task so that I can design a beautiful appearance (GUI) for entering information and this information can be entered easily by the user? Is there a pre-written program that is close to my goal so that I can improve it to suit my needs? Thanks in advance.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          niksirat2030 wrote:

          3- OptionButton (the gender of the company owner),

          Homework. Do it.

          Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

          1 Reply Last reply
          0
          • N niksirat2030

            Hi, I want to write a program whose input is the names of the companies and when adding the name of each company, it will take various information from that company of different types, 1- TextBox (daily production rate), 2- CheckBox (select product features), 3- OptionButton (the gender of the company owner), 4- Date (Product delivery time, yy/mm/dd), ... in a form and store all that information in the profile of that company. What programming language should I use for this task so that I can design a beautiful appearance (GUI) for entering information and this information can be entered easily by the user? Is there a pre-written program that is close to my goal so that I can improve it to suit my needs? Thanks in advance.

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            The language you use does not matter. Your app "description" smells of homework. You're not going to find a "pre-written" program to do this. If you did, and you used it in your own app, and turned it in, you would get a failing grade.

            Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
            Dave Kreskowiak

            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