First program

My boss has asked me to create a program that we can install on our computers. The program should be very simple to make but I have not written anything in years. Basically I need a small window that will the user will input their name and phone number. Then they will click next. On the next window there will be 4 boxes where they can input "Name of Company", "Zip", "State", and "Dollar Amount". After they fill the form out they will click submit and it will send information from both windows to an email address. After it is sent it will return to the second window. I do not want it to forget the user and phone number. Can any one help me with this or should I be looking somewhere else?
And your boss is requiring the program to be written in C++ w/ a GUI? That seems kind of silly. Just make a web based form in Javascript.
They don't want it to be in a web browser. C++ is just what I used in the past.
I think this is a job for C#. It already has classes for windows and mail. You could write it in C++, but I think it's overkill.
I agree with helios. If it can't be web based then C# is the quickest route.
OK. I will try that. Are there templates that I can modify or would it be asking to much for some one to make one for me?
Whatever happened with your program?
Topic archived. No new replies allowed.