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

C#

 
Question5 Errors Pin
Xmen Real 16-Jul-07 3:41
professional Xmen Real 16-Jul-07 3:41 
AnswerRe: 5 Errors Pin
Pete O'Hanlon16-Jul-07 4:02
mvePete O'Hanlon16-Jul-07 4:02 
AnswerRe: 5 Errors Pin
mav.northwind16-Jul-07 5:04
mav.northwind16-Jul-07 5:04 
GeneralRe: 5 Errors [modified] Pin
Xmen Real 16-Jul-07 6:34
professional Xmen Real 16-Jul-07 6:34 
GeneralRe: 5 Errors Pin
Dan Neely16-Jul-07 6:49
Dan Neely16-Jul-07 6:49 
GeneralRe: 5 Errors Pin
Xmen Real 16-Jul-07 18:02
professional Xmen Real 16-Jul-07 18:02 
GeneralRe: 5 Errors Pin
Xmen Real 16-Jul-07 18:39
professional Xmen Real 16-Jul-07 18:39 
GeneralRe: 5 Errors Pin
Pete O'Hanlon17-Jul-07 10:49
mvePete O'Hanlon17-Jul-07 10:49 
You compare bools by using the == operator. The = operator is the assignment operator, e.g. a = b means a gets the value of b. The == operator is the equality operator.

If you looked at my earlier answer, you would see that I amended your code to use == instead of = in all the places you had the wrong one (Unfortunately, the bold option didn't seem to show them too well).

Please visit http://www.readytogiveup.com/ and do something special today.
Deja View - the feeling that you've seen this post before.

GeneralRe: 5 Errors Pin
Xmen Real 17-Jul-07 14:52
professional Xmen Real 17-Jul-07 14:52 
QuestionLaod a Method from a DLL dynamically Pin
thenewbee16-Jul-07 3:09
thenewbee16-Jul-07 3:09 
AnswerRe: Laod a Method from a DLL dynamically Pin
originSH16-Jul-07 4:23
originSH16-Jul-07 4:23 
GeneralRe: Laod a Method from a DLL dynamically Pin
thenewbee16-Jul-07 18:55
thenewbee16-Jul-07 18:55 
GeneralRe: Laod a Method from a DLL dynamically Pin
originSH17-Jul-07 0:12
originSH17-Jul-07 0:12 
QuestionDownload files from FTP Pin
Sallu174916-Jul-07 2:31
Sallu174916-Jul-07 2:31 
AnswerRe: Download files from FTP Pin
Le centriste16-Jul-07 2:44
Le centriste16-Jul-07 2:44 
GeneralRe: Download files from FTP Pin
Sallu174916-Jul-07 3:42
Sallu174916-Jul-07 3:42 
GeneralRe: Download files from FTP Pin
Le centriste16-Jul-07 3:45
Le centriste16-Jul-07 3:45 
AnswerRe: Download files from FTP Pin
Scott Dorman16-Jul-07 5:10
professionalScott Dorman16-Jul-07 5:10 
QuestionInitialization error - how to prevent Pin
fracalifa16-Jul-07 2:23
fracalifa16-Jul-07 2:23 
AnswerRe: Initialization error - how to prevent Pin
Luc Pattyn16-Jul-07 2:41
sitebuilderLuc Pattyn16-Jul-07 2:41 
GeneralRe: Initialization error - how to prevent Pin
fracalifa16-Jul-07 2:51
fracalifa16-Jul-07 2:51 
GeneralRe: Initialization error - how to prevent Pin
Luc Pattyn16-Jul-07 3:16
sitebuilderLuc Pattyn16-Jul-07 3:16 
GeneralRe: Initialization error - how to prevent Pin
fracalifa16-Jul-07 3:56
fracalifa16-Jul-07 3:56 
GeneralRe: Initialization error - how to prevent Pin
Luc Pattyn16-Jul-07 4:18
sitebuilderLuc Pattyn16-Jul-07 4:18 
GeneralRe: Initialization error - how to prevent Pin
fracalifa16-Jul-07 4:51
fracalifa16-Jul-07 4:51 

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.