Click here to Skip to main content
15,903,030 members
Home / Discussions / C#
   

C#

 
GeneralRe: new submenu Pin
sarojkumarjena12-Sep-06 19:01
sarojkumarjena12-Sep-06 19:01 
GeneralRe: new submenu Pin
Christian Graus12-Sep-06 19:06
protectorChristian Graus12-Sep-06 19:06 
QuestionCreate Check box in grid Colunm Header (Win Form) Pin
kakarato12-Sep-06 18:34
kakarato12-Sep-06 18:34 
QuestionDynamic controls on windows forms Pin
saud_a_k12-Sep-06 17:52
saud_a_k12-Sep-06 17:52 
AnswerRe: Dynamic controls on windows forms Pin
Christian Graus12-Sep-06 18:06
protectorChristian Graus12-Sep-06 18:06 
QuestionRe: Dynamic controls on windows forms Pin
saud_a_k12-Sep-06 18:11
saud_a_k12-Sep-06 18:11 
AnswerRe: Dynamic controls on windows forms Pin
Christian Graus12-Sep-06 18:35
protectorChristian Graus12-Sep-06 18:35 
QuestionText Box Multiple Output Variables Pin
Bobbydoo812-Sep-06 16:18
Bobbydoo812-Sep-06 16:18 
My problem for school...

Write a program that has five text boxes numbered 1 through 4 and Result. After the user types something into each of the four text boxes, display whatever was typed into each in a 4-3-2-1 order in the Result text box.

I know how to do everything except outputting multiple numbers to a single text box. So far I have...

private void btnCalculate_Click(object sender, EventArgs e)
{
decimal number1;
decimal number2;
decimal number3;
decimal number4;
decimal result;

number1 = decimal.Parse(txtNumber1.Text);
number2 = decimal.Parse(txtNumber2.Text);
number3 = decimal.Parse(txtNumber3.Text);
number4 = decimal.Parse(txtNumber4.Text);

Do not make fun I am an extreme beginner trying to learn C#. I'm sorry for posting such an easy problem, but I couldn't find anything relevant on the internet or in my book. Any help would be greatly appreciated!Big Grin | :-D
AnswerRe: Text Box Multiple Output Variables Pin
Sean Wcisel12-Sep-06 16:37
Sean Wcisel12-Sep-06 16:37 
GeneralRe: Text Box Multiple Output Variables Pin
Bobbydoo813-Sep-06 4:45
Bobbydoo813-Sep-06 4:45 
QuestionImplementing recursion through directories Pin
Sean Wcisel12-Sep-06 15:48
Sean Wcisel12-Sep-06 15:48 
AnswerRe: Implementing recursion through directories Pin
Guffa12-Sep-06 19:01
Guffa12-Sep-06 19:01 
QuestionHow to create an email body programatically Pin
Stick^12-Sep-06 15:43
Stick^12-Sep-06 15:43 
Questionwait for a form to close Pin
numbers1thru912-Sep-06 10:09
numbers1thru912-Sep-06 10:09 
AnswerRe: wait for a form to close Pin
Guffa12-Sep-06 10:54
Guffa12-Sep-06 10:54 
AnswerRe: wait for a form to close Pin
Jun Du12-Sep-06 15:57
Jun Du12-Sep-06 15:57 
Questionpopulate a data set Pin
lourG12-Sep-06 10:03
lourG12-Sep-06 10:03 
AnswerRe: populate a data set Pin
Andrei Ungureanu12-Sep-06 20:43
Andrei Ungureanu12-Sep-06 20:43 
AnswerRe: populate a data set Pin
lourG13-Sep-06 6:26
lourG13-Sep-06 6:26 
QuestionConverting XML string to a datatable Pin
Omkar Ghaisas12-Sep-06 9:29
Omkar Ghaisas12-Sep-06 9:29 
AnswerRe: Converting XML string to a datatable Pin
Andrei Ungureanu12-Sep-06 20:53
Andrei Ungureanu12-Sep-06 20:53 
Questionico Pin
TAREQ F ABUZUHRI12-Sep-06 8:05
TAREQ F ABUZUHRI12-Sep-06 8:05 
AnswerRe: ico Pin
Nader Elshehabi12-Sep-06 8:47
Nader Elshehabi12-Sep-06 8:47 
GeneralRe: ico Pin
Judah Gabriel Himango12-Sep-06 9:02
sponsorJudah Gabriel Himango12-Sep-06 9:02 
AnswerRe: ico Pin
Judah Gabriel Himango12-Sep-06 9:01
sponsorJudah Gabriel Himango12-Sep-06 9:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.