Need help with Microsoft Visual C #

Thread Starter

Bigcountry

Joined Jul 4, 2008
76
My first time writing a program in C # I am having problems. I thought I would ask in any help in getting started.

Here is what I have to do for the program :

1. Design a form to collect the name,email address, and phone number of a user.

2. Make the console application output multiple lines of text.

3. Enhance the Picture Viewer by displaying the file name below the currently selected image.


I have figured out how to put the boxes on there to make a space for the user to type his name and I figured out how to do the "ok" button too. I guess I am stuck in rut here and need a ladder to get out. I hope someone would be happy to help.
thank you in advance. for getting me started.
 

FBorges22

Joined Sep 11, 2008
109
Greetings,

I would recommend you to see this site:

http://www.csharp-station.com/Tutorial.aspx

And also in the google if you type "C# tutorials" you will find a lot of examples and useful information about this language.

Keep always trying to program and you will soon learn this language.

And check the MSDN library in the microsoft site. You will sure find some very useful data there.
 
Top