📎 AI Summary:
The original poster is seeking advice on choosing a programming language to create a user-friendly application for inputting and storing various company-related data through a GUI, with an interest in a visually appealing design. The respondent suggests that Excel could potentially meet these simple requirements without the need for extensive programming. Overall, the discussion centers on selecting appropriate tools for building an easy-to-use data entry program, with a hint that existing solutions like Excel might suffice for basic needs.

niksirat

New Member
Joined
Aug 26, 2022
Messages
1
Thread Author #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.
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Seems like some very basic requirements. Excel would probably be sufficient
 

Solution