Click here to Skip to main content
16,012,352 members
Home / Discussions / C#
   

C#

 
AnswerRe: Clipboard copy UniCode Pin
Nader Elshehabi27-Jun-06 5:49
Nader Elshehabi27-Jun-06 5:49 
QuestionDesign Help (ThinkPad Accelerometer) Pin
eggie526-Jun-06 18:42
eggie526-Jun-06 18:42 
QuestionHow to communicate Between Web And Desktop Application through remoting Pin
rizwan.afsar26-Jun-06 16:30
rizwan.afsar26-Jun-06 16:30 
QuestionThe IS operator Pin
martin_hughes26-Jun-06 13:47
martin_hughes26-Jun-06 13:47 
QuestionRe: The IS operator Pin
Mike Poz26-Jun-06 14:48
Mike Poz26-Jun-06 14:48 
AnswerRe: The IS operator Pin
Colin Angus Mackay27-Jun-06 0:07
Colin Angus Mackay27-Jun-06 0:07 
AnswerRe: The IS operator Pin
Graham Nimbley26-Jun-06 15:22
Graham Nimbley26-Jun-06 15:22 
AnswerRe: The IS operator Pin
Josh Smith26-Jun-06 16:20
Josh Smith26-Jun-06 16:20 
Utini wrote:
Well here's a case of "Read the Flipping Manual", if ever I saw one!


Exactly, RTFM. Your code if( control == TextBox) does not and should not compile for several reasons.

1) TextBox is meaningless by itself. typeof(TextBox) means something.

2) Assuming you use the code provieded (1), it is meaningless to check for equality between a Control and a Type. What on Earth would that mean?

Josh
AnswerRe: The IS operator Pin
Guffa26-Jun-06 23:26
Guffa26-Jun-06 23:26 
GeneralRe: The IS operator Pin
J4amieC26-Jun-06 23:54
J4amieC26-Jun-06 23:54 
JokeRe: The IS operator Pin
Nader Elshehabi27-Jun-06 2:16
Nader Elshehabi27-Jun-06 2:16 
AnswerRe: The IS operator Pin
BoneSoft27-Jun-06 3:50
BoneSoft27-Jun-06 3:50 
QuestionHow can manipulate the subcontrols of a usercontrol Pin
Fco. Javier Marin26-Jun-06 11:30
Fco. Javier Marin26-Jun-06 11:30 
QuestionHelp with data source - jump to record. Pin
PyroManiak26-Jun-06 11:27
PyroManiak26-Jun-06 11:27 
Questionget point from onclick event Pin
reshsilk26-Jun-06 11:01
reshsilk26-Jun-06 11:01 
AnswerRe: get point from onclick event Pin
Josh Smith26-Jun-06 11:09
Josh Smith26-Jun-06 11:09 
GeneralRe: get point from onclick event Pin
reshsilk26-Jun-06 11:23
reshsilk26-Jun-06 11:23 
AnswerRe: get point from onclick event Pin
jjansen27-Jun-06 3:13
jjansen27-Jun-06 3:13 
GeneralRe: get point from onclick event Pin
Josh Smith28-Jun-06 1:51
Josh Smith28-Jun-06 1:51 
QuestionMicrosoft SQLHelper.cs class parameter issue Pin
leckey26-Jun-06 9:20
leckey26-Jun-06 9:20 
AnswerRe: Microsoft SQLHelper.cs class parameter issue Pin
led mike26-Jun-06 9:53
led mike26-Jun-06 9:53 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
leckey26-Jun-06 9:56
leckey26-Jun-06 9:56 
AnswerRe: Microsoft SQLHelper.cs class parameter issue Pin
Josh Smith26-Jun-06 10:31
Josh Smith26-Jun-06 10:31 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
leckey26-Jun-06 10:36
leckey26-Jun-06 10:36 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
Josh Smith26-Jun-06 10:42
Josh Smith26-Jun-06 10:42 

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.