Looking for advice!

KRP

Member
Joined
Jan 9, 2010
Messages
9
Programming Experience
Beginner
Hello. I am new to the forums and programming. I have played a little with the VS.NET software in the past just for fun.

What I would eventually like to do is offer my customers a program to be put on their servers to speed up response times.

What I have in mind is a program that is uploaded to their server that they can call on when needed. The program would allow the customer to fill out a simple five question gui program and when they hit done, the program would email a .txt form of what the customer entered into the gui to my email address while also dropping the completed form into a database on my server as well as their's.

What I would like to know is if this program is possible with VS.NET or is there a better route to take.

Sorry for my ignorance. I am just trying to get pointed in the right direction. I am in no hurry for this program and I am willing to put in the effort to learn to try and make this program a reality in the future for my customers.

Thanks for any advice.
 
VS would do fine, but there are other languages that could do it as well.
 
Back
Top