Click here to Skip to main content
16,008,299 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to write "Send Message" program Pin
White Scropion11-Dec-08 18:11
White Scropion11-Dec-08 18:11 
GeneralRe: How to write "Send Message" program Pin
Christian Graus11-Dec-08 18:21
protectorChristian Graus11-Dec-08 18:21 
GeneralRe: How to write "Send Message" program Pin
White Scropion11-Dec-08 19:00
White Scropion11-Dec-08 19:00 
GeneralRe: How to write "Send Message" program Pin
Dave Kreskowiak11-Dec-08 21:42
mveDave Kreskowiak11-Dec-08 21:42 
QuestionMoving controls in realtime Pin
Tony Pottier11-Dec-08 15:08
Tony Pottier11-Dec-08 15:08 
AnswerRe: Moving controls in realtime Pin
User 433002811-Dec-08 15:19
User 433002811-Dec-08 15:19 
GeneralRe: Moving controls in realtime Pin
Tony Pottier11-Dec-08 15:50
Tony Pottier11-Dec-08 15:50 
QuestionTrouble with my IF's Pin
Patrick_N3WB1E11-Dec-08 13:08
Patrick_N3WB1E11-Dec-08 13:08 
Im trying to write a program below.
INPUT "Whats your name?"; NAME$
PRINT "Hello "NAME$" how are you doing today?";
INPUT "Good or Bad?"; EMOSTATE$
IF EMOSTATE$ = "Good" Then
PRINT "Thats good, tell me about it!";
INPUT "Why is it a good day!?"; WHYG$
PRINT "Thats really cool!";
END IF
IF EMOSTATE "Bad" Then
PRINT "Aww, im sorry. Why was it so bad?";
INPUT "What was bad about your day."; WHYB$
It always error's out at the INPUT "Good or Bad?"; EMOSTATE$ Can any one help me? ><
GeneralRe: Trouble with my IF's Pin
Luc Pattyn11-Dec-08 13:36
sitebuilderLuc Pattyn11-Dec-08 13:36 
AnswerRe: Trouble with my IF's Pin
Christian Graus11-Dec-08 13:45
protectorChristian Graus11-Dec-08 13:45 
GeneralRe: Trouble with my IF's Pin
PIEBALDconsult11-Dec-08 14:05
mvePIEBALDconsult11-Dec-08 14:05 
GeneralRe: Trouble with my IF's Pin
danzar11-Dec-08 18:28
danzar11-Dec-08 18:28 
GeneralRe: Trouble with my IF's Pin
Dave Kreskowiak11-Dec-08 21:43
mveDave Kreskowiak11-Dec-08 21:43 
GeneralRe: Trouble with my IF's Pin
PIEBALDconsult12-Dec-08 3:03
mvePIEBALDconsult12-Dec-08 3:03 
AnswerRe: Trouble with my IF's Pin
DaveyM6912-Dec-08 1:31
professionalDaveyM6912-Dec-08 1:31 
QuestionWhich solution is of more performance ? Instantiating new object within a for loop Pin
Nadia Monalisa11-Dec-08 13:04
Nadia Monalisa11-Dec-08 13:04 
AnswerRe: Which solution is of more performance ? Instantiating new object within a for loop Pin
Patrick_N3WB1E11-Dec-08 13:11
Patrick_N3WB1E11-Dec-08 13:11 
GeneralRe: Which solution is of more performance ? Instantiating new object within a for loop Pin
Luc Pattyn11-Dec-08 13:40
sitebuilderLuc Pattyn11-Dec-08 13:40 
AnswerRe: Which solution is of more performance ? Instantiating new object within a for loop Pin
Christian Graus11-Dec-08 13:41
protectorChristian Graus11-Dec-08 13:41 
AnswerRe: Which solution is of more performance ? Instantiating new object within a for loop Pin
PIEBALDconsult11-Dec-08 14:02
mvePIEBALDconsult11-Dec-08 14:02 
AnswerRe: Which solution is of more performance ? Instantiating new object within a for loop Pin
Tony Pottier11-Dec-08 15:49
Tony Pottier11-Dec-08 15:49 
GeneralRe: Which solution is of more performance ? Instantiating new object within a for loop Pin
PIEBALDconsult11-Dec-08 16:34
mvePIEBALDconsult11-Dec-08 16:34 
QuestionHow to get network connection name Pin
s196675m11-Dec-08 12:27
s196675m11-Dec-08 12:27 
AnswerRe: How to get network connection name Pin
Patrick_N3WB1E11-Dec-08 13:13
Patrick_N3WB1E11-Dec-08 13:13 
GeneralRe: How to get network connection name Pin
Dave Kreskowiak11-Dec-08 15:43
mveDave Kreskowiak11-Dec-08 15:43 

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.