Click here to Skip to main content
15,891,431 members
Home / Discussions / C#
   

C#

 
QuestionError! Pin
hiremath7122-Feb-07 19:46
hiremath7122-Feb-07 19:46 
AnswerRe: Error! Pin
__DanC__22-Feb-07 20:45
__DanC__22-Feb-07 20:45 
QuestionMINIMIZE TO MAXIMIZE Pin
M Riaz Bashir22-Feb-07 19:29
M Riaz Bashir22-Feb-07 19:29 
AnswerRe: MINIMIZE TO MAXIMIZE Pin
Stefan Troschuetz22-Feb-07 22:08
Stefan Troschuetz22-Feb-07 22:08 
GeneralRe: MINIMIZE TO MAXIMIZE Pin
M Riaz Bashir22-Feb-07 22:18
M Riaz Bashir22-Feb-07 22:18 
GeneralRe: MINIMIZE TO MAXIMIZE Pin
Stefan Troschuetz22-Feb-07 22:24
Stefan Troschuetz22-Feb-07 22:24 
QuestionConditional Operator in C# Pin
AesopTurtle22-Feb-07 19:21
AesopTurtle22-Feb-07 19:21 
AnswerRe: Conditional Operator in C# [modified] Pin
Tuwing.Sabado22-Feb-07 19:32
Tuwing.Sabado22-Feb-07 19:32 
You must declare your boolean type variable to a nullable boolean, but this will only works in .NET 2005.

bool? _validated = _boolText != null ? bool.Parse(_boolText): null;

If you want to declare a nullable bool just add suffix "?" symbol to your datatype.

ex.

bool?
int?
string?


regards,
mark


-- modified at 1:51 Friday 23rd February, 2007
GeneralRe: Conditional Operator in C# Pin
Harini N K22-Feb-07 19:41
Harini N K22-Feb-07 19:41 
GeneralRe: Conditional Operator in C# Pin
Tuwing.Sabado22-Feb-07 19:49
Tuwing.Sabado22-Feb-07 19:49 
GeneralRe: Conditional Operator in C# [modified] Pin
AesopTurtle22-Feb-07 19:52
AesopTurtle22-Feb-07 19:52 
GeneralRe: Conditional Operator in C# Pin
Tuwing.Sabado22-Feb-07 21:00
Tuwing.Sabado22-Feb-07 21:00 
GeneralRe: Conditional Operator in C# Pin
AesopTurtle22-Feb-07 21:21
AesopTurtle22-Feb-07 21:21 
GeneralRe: Conditional Operator in C# Pin
Harini N K22-Feb-07 21:21
Harini N K22-Feb-07 21:21 
QuestionHelp regarding Webbrowser control Pin
anu8122-Feb-07 19:16
anu8122-Feb-07 19:16 
AnswerRe: Help regarding Webbrowser control Pin
il_masacratore22-Feb-07 21:30
il_masacratore22-Feb-07 21:30 
GeneralRe: Help regarding Webbrowser control Pin
anu8125-Feb-07 23:21
anu8125-Feb-07 23:21 
GeneralRe: Help regarding Webbrowser control Pin
anu8125-Feb-07 23:25
anu8125-Feb-07 23:25 
QuestionWPF Carousel ? Pin
zapsolution22-Feb-07 19:08
zapsolution22-Feb-07 19:08 
AnswerRe: WPF Carousel ? Pin
tgrt23-Feb-07 3:46
tgrt23-Feb-07 3:46 
QuestionCreating a VOIP call center Pin
Goalie3522-Feb-07 18:22
Goalie3522-Feb-07 18:22 
QuestionC# Regular expression Pin
tansey422-Feb-07 18:12
tansey422-Feb-07 18:12 
AnswerRe: C# Regular expression Pin
tgrt23-Feb-07 4:11
tgrt23-Feb-07 4:11 
QuestionRichtextbox gets cleared Pin
Dominic Victor22-Feb-07 17:17
Dominic Victor22-Feb-07 17:17 
AnswerRe: Richtextbox gets cleared Pin
Harini N K22-Feb-07 17:41
Harini N K22-Feb-07 17:41 

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.