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

C#

 
GeneralRe: why use | instead of || and same with & and && Pin
John Oxley21-Feb-08 4:46
John Oxley21-Feb-08 4:46 
GeneralRe: why use | instead of || and same with & and && Pin
Xmen Real 21-Feb-08 5:04
professional Xmen Real 21-Feb-08 5:04 
GeneralRe: why use | instead of || and same with & and && Pin
PIEBALDconsult21-Feb-08 5:51
mvePIEBALDconsult21-Feb-08 5:51 
GeneralCompletely OT: why use | instead of || and same with & and && Pin
John Oxley21-Feb-08 9:46
John Oxley21-Feb-08 9:46 
GeneralRe: Completely OT: why use | instead of || and same with & and && Pin
PIEBALDconsult21-Feb-08 12:09
mvePIEBALDconsult21-Feb-08 12:09 
QuestionProblem with faxcomlib.dll while sending pdf file as fax thru c#.net application Pin
saikiran20-Feb-08 17:44
saikiran20-Feb-08 17:44 
QuestionGUI items disabled? Pin
rakanishuu20-Feb-08 17:35
rakanishuu20-Feb-08 17:35 
AnswerRe: GUI items disabled? Pin
Vikram A Punathambekar20-Feb-08 17:44
Vikram A Punathambekar20-Feb-08 17:44 
First, Visual Studio is an IDE, not a language.

Did you double click on the button in design mode to create the event handler, or did you just type in the code? Search your solution to see if you've set the event handler - it should look like this:
this.buttonEnter.Click += new System.EventHandler(this.buttonEnter_Click);

You can set breakpoints to see if the handler is being executed.

Cheers,
Vikram.

"real dictators don't loose[sic] elections." - Diego Moita.

GeneralRe: GUI items disabled? [modified] Pin
rakanishuu20-Feb-08 18:05
rakanishuu20-Feb-08 18:05 
GeneralTyped factories in C#3 Pin
Roger Alsing20-Feb-08 15:33
Roger Alsing20-Feb-08 15:33 
GeneralAccessing a object created in Form1 trough Form2 Pin
Stigern2k34k20-Feb-08 14:47
Stigern2k34k20-Feb-08 14:47 
GeneralRe: Accessing a object created in Form1 trough Form2 Pin
Pete O'Hanlon21-Feb-08 2:51
mvePete O'Hanlon21-Feb-08 2:51 
GeneralBitwise and, or, xor with doubles. Pin
PhilDanger20-Feb-08 13:44
PhilDanger20-Feb-08 13:44 
GeneralRe: Bitwise and, or, xor with doubles. Pin
Christian Graus20-Feb-08 13:53
protectorChristian Graus20-Feb-08 13:53 
GeneralRe: Bitwise and, or, xor with doubles. Pin
PhilDanger20-Feb-08 14:04
PhilDanger20-Feb-08 14:04 
GeneralRe: Bitwise and, or, xor with doubles. Pin
TheGreatAndPowerfulOz20-Feb-08 14:09
TheGreatAndPowerfulOz20-Feb-08 14:09 
GeneralRe: Bitwise and, or, xor with doubles. Pin
TheGreatAndPowerfulOz20-Feb-08 14:08
TheGreatAndPowerfulOz20-Feb-08 14:08 
GeneralRe: Bitwise and, or, xor with doubles. Pin
PIEBALDconsult20-Feb-08 14:58
mvePIEBALDconsult20-Feb-08 14:58 
GeneralRe: Bitwise and, or, xor with doubles. Pin
PhilDanger20-Feb-08 14:12
PhilDanger20-Feb-08 14:12 
GeneralRe: Bitwise and, or, xor with doubles. Pin
Christian Graus20-Feb-08 20:10
protectorChristian Graus20-Feb-08 20:10 
GeneralRe: Bitwise and, or, xor with doubles. Pin
Insincere Dave20-Feb-08 14:07
Insincere Dave20-Feb-08 14:07 
GeneralRe: Bitwise and, or, xor with doubles. Pin
Luc Pattyn20-Feb-08 15:59
sitebuilderLuc Pattyn20-Feb-08 15:59 
GeneralHelp with DirectShow.Net Pin
etherny20-Feb-08 12:36
etherny20-Feb-08 12:36 
GeneralRe: Help with DirectShow.Net Pin
Christian Graus20-Feb-08 13:17
protectorChristian Graus20-Feb-08 13:17 
GeneralI need help with errors. Pin
Alex50120-Feb-08 9:48
Alex50120-Feb-08 9:48 

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.