Click here to Skip to main content
16,004,901 members
Home / Discussions / C#
   

C#

 
GeneralRe: StringBuilder Pin
PIEBALDconsult27-Sep-07 13:59
mvePIEBALDconsult27-Sep-07 13:59 
GeneralRe: StringBuilder Pin
Luc Pattyn27-Sep-07 14:23
sitebuilderLuc Pattyn27-Sep-07 14:23 
GeneralRe: StringBuilder Pin
PIEBALDconsult27-Sep-07 15:24
mvePIEBALDconsult27-Sep-07 15:24 
GeneralRe: StringBuilder Pin
Guffa27-Sep-07 23:07
Guffa27-Sep-07 23:07 
GeneralRe: StringBuilder Pin
Luc Pattyn28-Sep-07 0:56
sitebuilderLuc Pattyn28-Sep-07 0:56 
GeneralRe: StringBuilder Pin
Guffa28-Sep-07 2:06
Guffa28-Sep-07 2:06 
GeneralRe: StringBuilder Pin
Luc Pattyn28-Sep-07 2:45
sitebuilderLuc Pattyn28-Sep-07 2:45 
QuestionI get a format exception unhandled error Pin
Can_8527-Sep-07 9:52
Can_8527-Sep-07 9:52 
private void checkBox1_CheckedChanged(object sender, EventArgs e)
{
TextBox tr2 = new TextBox();
tr2.Location = new Point(400, 163);
this.Controls.Add(tr2);

TextBox tr1 = new TextBox();
tr1.Location = new Point(495, 163);
this.Controls.Add(tr1);


textBox1.Text = Convert.ToInt32(tr2.Text) * Convert.ToInt32(tr1.Text) ;


}

where is the error that??
AnswerRe: I get a format exception unhandled error Pin
Robert Rohde27-Sep-07 10:27
Robert Rohde27-Sep-07 10:27 
AnswerRe: I get a format exception unhandled error Pin
Scott Dorman27-Sep-07 10:32
professionalScott Dorman27-Sep-07 10:32 
QuestionC# Email Sending/Receiving--Help?!? Pin
Michael Fritzius27-Sep-07 9:06
professionalMichael Fritzius27-Sep-07 9:06 
AnswerRe: C# Email Sending/Receiving--Help?!? Pin
TJoe27-Sep-07 9:34
TJoe27-Sep-07 9:34 
GeneralRe: C# Email Sending/Receiving--Help?!? Pin
Michael Fritzius28-Sep-07 5:16
professionalMichael Fritzius28-Sep-07 5:16 
QuestionCreating 2 or more Textbox with 1 button Pin
Can_8527-Sep-07 8:42
Can_8527-Sep-07 8:42 
AnswerRe: Creating 2 or more Textbox with 1 button Pin
Kristian Sixhøj27-Sep-07 9:02
Kristian Sixhøj27-Sep-07 9:02 
GeneralRe: Creating 2 or more Textbox with 1 button Pin
Can_8527-Sep-07 9:48
Can_8527-Sep-07 9:48 
GeneralRe: Creating 2 or more Textbox with 1 button Pin
Can_8527-Sep-07 9:50
Can_8527-Sep-07 9:50 
GeneralRe: Creating 2 or more Textbox with 1 button Pin
Christian Graus27-Sep-07 12:21
protectorChristian Graus27-Sep-07 12:21 
AnswerRe: Creating 2 or more Textbox with 1 button Pin
led mike27-Sep-07 9:02
led mike27-Sep-07 9:02 
GeneralRe: Creating 2 or more Textbox with 1 button Pin
Kristian Sixhøj27-Sep-07 9:09
Kristian Sixhøj27-Sep-07 9:09 
QuestionEven Handler problem Pin
ytubis27-Sep-07 8:13
ytubis27-Sep-07 8:13 
AnswerRe: Even Handler problem Pin
Judah Gabriel Himango27-Sep-07 8:24
sponsorJudah Gabriel Himango27-Sep-07 8:24 
AnswerRe: Even Handler problem Pin
Luc Pattyn27-Sep-07 8:54
sitebuilderLuc Pattyn27-Sep-07 8:54 
QuestionHow do i configure .Net framework configuration tools Pin
steevlee@hotmail.com27-Sep-07 7:50
steevlee@hotmail.com27-Sep-07 7:50 
AnswerRe: How do i configure .Net framework configuration tools Pin
Judah Gabriel Himango27-Sep-07 7:58
sponsorJudah Gabriel Himango27-Sep-07 7:58 

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.