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

C#

 
General[Message Deleted] Pin
jessica gelina22-Feb-06 13:01
jessica gelina22-Feb-06 13:01 
GeneralRe: making calculator Pin
Colin Angus Mackay22-Feb-06 13:07
Colin Angus Mackay22-Feb-06 13:07 
GeneralRe: making calculator Pin
jessica gelina22-Feb-06 13:11
jessica gelina22-Feb-06 13:11 
GeneralRe: making calculator Pin
Sean8922-Feb-06 14:01
Sean8922-Feb-06 14:01 
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 
In addition to my previous post.
jessica gelina wrote:
x + y;


Needs to assign the result to something in order for you to use it. e.g.
int result = x + y;
Then you can take the result and assign it to the Text property of your Label. (Remember to convert it to a string when you do that)

Does this help?

ColinMackay.net
Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?

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 
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 

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.