Click here to Skip to main content
15,916,692 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to Ping? Pin
Colin Angus Mackay18-Apr-05 1:38
Colin Angus Mackay18-Apr-05 1:38 
GeneralRe: How to Ping? Pin
Alper Camel18-Apr-05 1:44
Alper Camel18-Apr-05 1:44 
GeneralRe: How to Ping? Pin
Dave Kreskowiak18-Apr-05 4:57
mveDave Kreskowiak18-Apr-05 4:57 
GeneralRe: How to Ping? Pin
Anonymous18-Apr-05 21:14
Anonymous18-Apr-05 21:14 
GeneralRe: How to Ping? Pin
Dave Kreskowiak19-Apr-05 2:21
mveDave Kreskowiak19-Apr-05 2:21 
GeneralRe: How to Ping? Pin
Alper Camel19-Apr-05 4:13
Alper Camel19-Apr-05 4:13 
GeneralRe: How to Ping? Pin
Dave Kreskowiak19-Apr-05 14:59
mveDave Kreskowiak19-Apr-05 14:59 
GeneralAttaching custom methods Pin
Enishi18-Apr-05 1:29
Enishi18-Apr-05 1:29 
Hi, im new to C# and have a problem when i must assign methods to objects i create in execution mode.
while in design mode u can create a timer and then double click on it and there u go, but how can i attach a method to a timer i have created in execution time?

<br />
using System.Timers;<br />
<br />
Timer t = new timer(30000);<br />
t.enabled=true;<br />
//but how i tell the timer what method or event to raise when its interval elapses?<br />


Ty for ur time.
GeneralRe: Attaching custom methods Pin
MoustafaS18-Apr-05 2:42
MoustafaS18-Apr-05 2:42 
GeneralRe: Attaching custom methods Pin
Sebastian Schneider18-Apr-05 3:09
Sebastian Schneider18-Apr-05 3:09 
GeneralRe: Attaching custom methods Pin
Enishi18-Apr-05 21:38
Enishi18-Apr-05 21:38 
GeneralNetworking Pin
Alper Camel18-Apr-05 1:12
Alper Camel18-Apr-05 1:12 
GeneralRe: Networking Pin
Dave Kreskowiak18-Apr-05 4:51
mveDave Kreskowiak18-Apr-05 4:51 
GeneralRe: Networking Pin
BambooMoon18-Apr-05 5:46
BambooMoon18-Apr-05 5:46 
GeneralRe: Networking Pin
Alper Camel18-Apr-05 21:47
Alper Camel18-Apr-05 21:47 
Generalim trying to request a web but Pin
alexdg0418-Apr-05 0:46
alexdg0418-Apr-05 0:46 
GeneralInherit class from reflection Pin
MgKido18-Apr-05 0:38
MgKido18-Apr-05 0:38 
GeneralRe: Inherit class from reflection Pin
leppie18-Apr-05 3:27
leppie18-Apr-05 3:27 
GeneralRe: Inherit class from reflection Pin
Tom Larsen18-Apr-05 5:59
Tom Larsen18-Apr-05 5:59 
GeneralRe: Inherit class from reflection Pin
MgKido20-Apr-05 8:43
MgKido20-Apr-05 8:43 
GeneralProblem with DirectShow Pin
jcJulinho17-Apr-05 21:13
jcJulinho17-Apr-05 21:13 
QuestionKerning with GDI+ ? Pin
Diego Vargas17-Apr-05 20:07
Diego Vargas17-Apr-05 20:07 
AnswerRe: Kerning with GDI+ ? Pin
leppie18-Apr-05 4:16
leppie18-Apr-05 4:16 
GeneralRe: Kerning with GDI+ ? Pin
Diego Vargas18-Apr-05 4:28
Diego Vargas18-Apr-05 4:28 
GeneralPicking Screen Pixel Color - C# Pin
Bruzak17-Apr-05 19:45
Bruzak17-Apr-05 19:45 

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.