Click here to Skip to main content
15,900,818 members
Home / Discussions / C#
   

C#

 
GeneralInconsistent: CRC32 (C#) vs. CRC32 (VB6) Pin
Phil@SP5-Apr-05 11:55
Phil@SP5-Apr-05 11:55 
GeneralRe: Inconsistent: CRC32 (C#) vs. CRC32 (VB6) Pin
Christian Graus5-Apr-05 13:10
protectorChristian Graus5-Apr-05 13:10 
GeneralAccessing WebService over SSL Pin
Anand Chida5-Apr-05 8:59
Anand Chida5-Apr-05 8:59 
GeneralRe: Accessing WebService over SSL Pin
CBone123428-Apr-05 5:27
CBone123428-Apr-05 5:27 
GeneralC# Speech Recognition. Pin
Anonymous5-Apr-05 8:11
Anonymous5-Apr-05 8:11 
GeneralWarning! This is an Ad! Pin
Dave Kreskowiak5-Apr-05 10:53
mveDave Kreskowiak5-Apr-05 10:53 
Generaldelay(windows application form) Pin
cishi_us5-Apr-05 8:05
cishi_us5-Apr-05 8:05 
GeneralRe: delay(windows application form) Pin
yoaz5-Apr-05 9:51
yoaz5-Apr-05 9:51 
<br />
maybe this will help<br />
<br />
console.writeline("hello1);<br />
System.Timers.Timer t1 = new System.Timers.Timer();<br />
t1.Interval = 10000;<br />
t1.Elapsed += new System.Timers.ElapsedEventHandler(ont1);<br />
t1.AutoReset = true;<br />
t1.Enabled = true;


and define the ont1 event handler:
public static void ont1(object sender, System.Timers.ElapsedEventArgs e)<br />
{<br />
       console.writeline("hello2);<br />
}


there are no facts, only interpretations
GeneralRe: delay(windows application form) Pin
cishi_us6-Apr-05 0:09
cishi_us6-Apr-05 0:09 
GeneralRe: delay(windows application form) Pin
Sebastian Schneider6-Apr-05 0:43
Sebastian Schneider6-Apr-05 0:43 
GeneralRe: delay(windows application form) Pin
Dave Kreskowiak5-Apr-05 10:51
mveDave Kreskowiak5-Apr-05 10:51 
GeneralRe: delay(windows application form) Pin
cishi_us6-Apr-05 0:12
cishi_us6-Apr-05 0:12 
Generaldelay(windows application form) Pin
cishi_us5-Apr-05 7:55
cishi_us5-Apr-05 7:55 
GeneralRe: delay(windows application form) Pin
theoutlander5-Apr-05 13:53
theoutlander5-Apr-05 13:53 
Generaldelay Pin
cishi_us5-Apr-05 7:51
cishi_us5-Apr-05 7:51 
GeneralRegional Settings Pin
Stephen McAllister5-Apr-05 7:49
Stephen McAllister5-Apr-05 7:49 
GeneralRe: Regional Settings Pin
Dave Kreskowiak5-Apr-05 16:44
mveDave Kreskowiak5-Apr-05 16:44 
GeneralRe: Regional Settings Pin
Luis Alonso Ramos5-Apr-05 16:56
Luis Alonso Ramos5-Apr-05 16:56 
GeneralHELP! - Add Active Directory User &amp; Control Folder Permissions Pin
markaelkins5-Apr-05 7:48
markaelkins5-Apr-05 7:48 
GeneralLinklabel on a datagrid column Pin
ModUnit5-Apr-05 7:45
ModUnit5-Apr-05 7:45 
GeneralCan't assign local variables in a ServicedComponent derived class. Pin
Jaspreet3.145-Apr-05 7:43
Jaspreet3.145-Apr-05 7:43 
GeneralWindows Service Pin
PrimeTime19975-Apr-05 7:16
PrimeTime19975-Apr-05 7:16 
GeneralRe: Windows Service Pin
theoutlander5-Apr-05 14:28
theoutlander5-Apr-05 14:28 
GeneralRetrieve available PC's in a domain Pin
twisted_fool5-Apr-05 3:56
twisted_fool5-Apr-05 3:56 
QuestionStatic method thread safety? Pin
Dr Herbie5-Apr-05 3:17
Dr Herbie5-Apr-05 3:17 

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.