Click here to Skip to main content
15,913,722 members
Home / Discussions / C#
   

C#

 
GeneralRe: making calculator Pin
jessica gelina22-Feb-06 14:10
jessica gelina22-Feb-06 14:10 
GeneralRe: making calculator Pin
Nish Nishant22-Feb-06 14:36
sitebuilderNish Nishant22-Feb-06 14:36 
GeneralRe: making calculator Pin
jessica gelina22-Feb-06 14:36
jessica gelina22-Feb-06 14:36 
GeneralRe: making calculator Pin
Colin Angus Mackay22-Feb-06 20:46
Colin Angus Mackay22-Feb-06 20:46 
GeneralRe: making calculator Pin
Colin Angus Mackay22-Feb-06 20:43
Colin Angus Mackay22-Feb-06 20:43 
GeneralRe: making calculator Pin
Sean8922-Feb-06 14:58
Sean8922-Feb-06 14:58 
GeneralRe: making calculator Pin
Christian Graus22-Feb-06 15:42
protectorChristian Graus22-Feb-06 15:42 
GeneralRe: making calculator Pin
Sean8923-Feb-06 1:20
Sean8923-Feb-06 1:20 
Ohh lol oops.

private void btnAdd_Click(object sender, System.EventArgs e)<br />
{<br />
<br />
int x = Convert.ToInt32(txtFirstNum.Text);<br />
int y = Convert.ToInt32(txtSecondNum.Text);<br />
x + y;<br />
<br />
}


Sorry bout that.

Wacky waving inflateable arm flailing tube man!
- Family Guy
GeneralRe: making calculator Pin
taediman@naver.com22-Feb-06 18:18
taediman@naver.com22-Feb-06 18:18 
AnswerRe: making calculator Pin
IceWater4222-Feb-06 13:20
IceWater4222-Feb-06 13:20 
GeneralRe: making calculator Pin
Alomgir Miah22-Feb-06 19:37
Alomgir Miah22-Feb-06 19:37 
Questionsapi 5.1 and c# Pin
richiemac22-Feb-06 10:50
richiemac22-Feb-06 10:50 
QuestionSourceSafe Pin
AJ12322-Feb-06 10:09
AJ12322-Feb-06 10:09 
AnswerRe: SourceSafe Pin
Joe Woodbury22-Feb-06 11:06
professionalJoe Woodbury22-Feb-06 11:06 
QuestionDatabinding question Pin
Tom Wright22-Feb-06 9:59
Tom Wright22-Feb-06 9:59 
QuestionAutomation question Pin
Tom Wright22-Feb-06 9:49
Tom Wright22-Feb-06 9:49 
AnswerRe: Automation question Pin
Dave Kreskowiak22-Feb-06 16:17
mveDave Kreskowiak22-Feb-06 16:17 
GeneralRe: Automation question Pin
Tom Wright23-Feb-06 5:52
Tom Wright23-Feb-06 5:52 
Questionkey finder Pin
superPaul10122-Feb-06 9:09
superPaul10122-Feb-06 9:09 
AnswerRe: key finder Pin
Dave Kreskowiak22-Feb-06 16:15
mveDave Kreskowiak22-Feb-06 16:15 
QuestionProgrammatic IIS Adiministration Pin
Le centriste22-Feb-06 9:04
Le centriste22-Feb-06 9:04 
AnswerRe: Programmatic IIS Adiministration Pin
minhpc_bk22-Feb-06 14:39
minhpc_bk22-Feb-06 14:39 
QuestionRefreshing UI Pin
2hdass22-Feb-06 9:01
2hdass22-Feb-06 9:01 
AnswerRe: Refreshing UI Pin
Dave Kreskowiak22-Feb-06 16:13
mveDave Kreskowiak22-Feb-06 16:13 
QuestionInvalid Cast Pin
TheJudeDude22-Feb-06 8:55
TheJudeDude22-Feb-06 8:55 

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.