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

C#

 
GeneralRe: Include another EXE(having UI) in my C# Desktop Application Pin
Paul Conrad10-Mar-08 16:56
professionalPaul Conrad10-Mar-08 16:56 
GeneralRe: Include another EXE(having UI) in my C# Desktop Application Pin
Christian Graus10-Mar-08 17:35
protectorChristian Graus10-Mar-08 17:35 
GeneralRe: Include another EXE(having UI) in my C# Desktop Application Pin
Amjath Rahman10-Mar-08 19:37
Amjath Rahman10-Mar-08 19:37 
GeneralRe: Include another EXE(having UI) in my C# Desktop Application Pin
Christian Graus10-Mar-08 19:51
protectorChristian Graus10-Mar-08 19:51 
GeneralSwitch with Strings Pin
Jammer10-Mar-08 13:25
Jammer10-Mar-08 13:25 
GeneralRe: Switch with Strings Pin
Matthew Butler10-Mar-08 13:44
Matthew Butler10-Mar-08 13:44 
GeneralRe: Switch with Strings Pin
Jammer10-Mar-08 13:48
Jammer10-Mar-08 13:48 
GeneralRe: Switch with Strings Pin
Matthew Butler10-Mar-08 14:06
Matthew Butler10-Mar-08 14:06 
Basically...

condition ? result_if_true : result_if_false

so...
(true ? "yes" : "no") ... would be equivelent to "yes".
(false ? "yes" : "no") ... would be equivelent to "no".

for example (brackets not necessary but it makes it clearer)...
string result = (a == b ? "same" : "different");

Hope this makes it clear.

Matthew Butler

GeneralRe: Switch with Strings Pin
Luc Pattyn10-Mar-08 14:14
sitebuilderLuc Pattyn10-Mar-08 14:14 
GeneralRe: Switch with Strings Pin
Matthew Butler10-Mar-08 14:19
Matthew Butler10-Mar-08 14:19 
GeneralRe: Switch with Strings Pin
darkelv10-Mar-08 14:00
darkelv10-Mar-08 14:00 
GeneralRe: Switch with Strings Pin
Jammer10-Mar-08 14:01
Jammer10-Mar-08 14:01 
GeneralRe: Switch with Strings Pin
Scott Dorman10-Mar-08 15:35
professionalScott Dorman10-Mar-08 15:35 
GeneralRe: Switch with Strings Pin
Vikram A Punathambekar10-Mar-08 18:45
Vikram A Punathambekar10-Mar-08 18:45 
GeneralRe: Switch with Strings [modified] Pin
Scott Dorman11-Mar-08 2:50
professionalScott Dorman11-Mar-08 2:50 
GeneralRe: Switch with Strings Pin
Jammer11-Mar-08 9:15
Jammer11-Mar-08 9:15 
GeneralRe: Switch with Strings Pin
DaveyM6911-Mar-08 1:34
professionalDaveyM6911-Mar-08 1:34 
QuestionCOM Interop, COM+, C++ Unmanaged, C# .NET 2.0 Class Library->C# .NET 1.1 Class Library Pin
scottdj10-Mar-08 13:16
scottdj10-Mar-08 13:16 
GeneralRe: COM Interop, COM+, C++ Unmanaged, C# .NET 2.0 Class Library->C# .NET 1.1 Class Library Pin
Scott Dorman10-Mar-08 15:37
professionalScott Dorman10-Mar-08 15:37 
QuestionHow to do print in c#? Pin
Dong Kim10-Mar-08 12:31
Dong Kim10-Mar-08 12:31 
GeneralRe: How to do print in c#? Pin
Xmen Real 10-Mar-08 16:21
professional Xmen Real 10-Mar-08 16:21 
Generalform multithreading trouble!... Pin
Gilly Barr10-Mar-08 11:58
Gilly Barr10-Mar-08 11:58 
GeneralRe: form multithreading trouble!... Pin
Gareth H10-Mar-08 12:20
Gareth H10-Mar-08 12:20 
Generalnew Form/thread to remain open after main Application closes Pin
Alex4thDegree10-Mar-08 9:53
Alex4thDegree10-Mar-08 9:53 
GeneralRe: new Form/thread to remain open after main Application closes Pin
led mike10-Mar-08 10:04
led mike10-Mar-08 10:04 

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.