Click here to Skip to main content
15,893,904 members
Home / Discussions / C#
   

C#

 
GeneralRe: LCID in C# Pin
Judah Gabriel Himango19-May-05 8:19
sponsorJudah Gabriel Himango19-May-05 8:19 
GeneralRe: LCID in C# Pin
ziczaczoom200419-May-05 9:23
ziczaczoom200419-May-05 9:23 
GeneralRe: LCID in C# Pin
Judah Gabriel Himango19-May-05 9:39
sponsorJudah Gabriel Himango19-May-05 9:39 
GeneralAudio overlay in c# Pin
russler19-May-05 7:17
russler19-May-05 7:17 
GeneralRe: Audio overlay in c# Pin
Judah Gabriel Himango19-May-05 8:22
sponsorJudah Gabriel Himango19-May-05 8:22 
GeneralSetting up one chart for multiple tables Pin
way12219-May-05 7:09
way12219-May-05 7:09 
GeneralComponent Initialization at DesignTime Pin
Vjacheslav Murashkin19-May-05 4:50
Vjacheslav Murashkin19-May-05 4:50 
GeneralC --> C# problem Pin
zuschauer198019-May-05 4:25
zuschauer198019-May-05 4:25 
Hi!

i have c sourcecode like this

int r = 125;
if (!r) {
...
}

in c# r is a integer and not a boolean value. would it be correct to replace
if (!r) {
}

by

if (r<1) {
...
}

WTF | :WTF:
GeneralRe: C --&gt; C# problem Pin
Colin Angus Mackay19-May-05 4:52
Colin Angus Mackay19-May-05 4:52 
GeneralRe: C --&gt; C# problem Pin
Vinayaka Krishna Shenoy19-May-05 23:33
Vinayaka Krishna Shenoy19-May-05 23:33 
Generaldelete a registry key during the unistallation Pin
Sasuko19-May-05 2:21
Sasuko19-May-05 2:21 
QuestionZip util for distributing your apps compressed? Pin
John'o19-May-05 1:30
John'o19-May-05 1:30 
AnswerRe: Zip util for distributing your apps compressed? Pin
Carl Mercier19-May-05 2:06
Carl Mercier19-May-05 2:06 
GeneralCharting Pin
PaleyX19-May-05 1:28
PaleyX19-May-05 1:28 
GeneralMDI Pin
Jag_K19-May-05 0:39
Jag_K19-May-05 0:39 
GeneralRe: MDI Pin
Maqsood Ahmed19-May-05 0:46
Maqsood Ahmed19-May-05 0:46 
GeneralRe: MDI Pin
gaby2r19-May-05 1:28
gaby2r19-May-05 1:28 
GeneralRe: MDI Pin
Anonymous19-May-05 3:14
Anonymous19-May-05 3:14 
QuestionMenuItem MouseOver Event? Pin
Pikebu18-May-05 23:55
Pikebu18-May-05 23:55 
AnswerRe: MenuItem MouseOver Event? Pin
Ashok Dhamija19-May-05 0:43
Ashok Dhamija19-May-05 0:43 
AnswerRe: MenuItem MouseOver Event? Pin
Gary Perkin19-May-05 1:18
Gary Perkin19-May-05 1:18 
GeneralRe: MenuItem MouseOver Event? Pin
Pikebu19-May-05 1:46
Pikebu19-May-05 1:46 
GeneralRe: MenuItem MouseOver Event? Pin
Gary Perkin19-May-05 2:29
Gary Perkin19-May-05 2:29 
GeneralRe: MenuItem MouseOver Event? Pin
Pikebu19-May-05 2:45
Pikebu19-May-05 2:45 
GeneralRe: MenuItem MouseOver Event? Pin
Gary Perkin19-May-05 2:50
Gary Perkin19-May-05 2:50 

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.