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

C#

 
GeneralRe: What is the best way to create background application? Pin
Natural_Demon24-Aug-09 11:17
Natural_Demon24-Aug-09 11:17 
QuestionTimer doesn´t work by Server and Client! Pin
nhqlbaislwfiikqraqnm21-Aug-09 22:58
nhqlbaislwfiikqraqnm21-Aug-09 22:58 
AnswerRe: Timer doesn´t work by Server and Client! Pin
Xmen Real 21-Aug-09 23:24
professional Xmen Real 21-Aug-09 23:24 
GeneralRe: Timer doesn´t work by Server and Client! Pin
nhqlbaislwfiikqraqnm21-Aug-09 23:32
nhqlbaislwfiikqraqnm21-Aug-09 23:32 
GeneralRe: Timer doesn´t work by Server and Client! Pin
Xmen Real 21-Aug-09 23:45
professional Xmen Real 21-Aug-09 23:45 
GeneralRe: Timer doesn´t work by Server and Client! Pin
nhqlbaislwfiikqraqnm21-Aug-09 23:49
nhqlbaislwfiikqraqnm21-Aug-09 23:49 
AnswerRe: Timer doesn´t work by Server and Client! [modified] Pin
Saksida Bojan22-Aug-09 0:30
Saksida Bojan22-Aug-09 0:30 
GeneralRe: Timer doesn´t work by Server and Client! Pin
nhqlbaislwfiikqraqnm22-Aug-09 0:50
nhqlbaislwfiikqraqnm22-Aug-09 0:50 
doesn´t work!

nre Timer ;awaited!!!

I have tried the code in a new windows form application i have put this code into button click:
timer1.Tick += new EventHandler(myTimer_Tick);
timer1.Interval = 10000; // Millisekunden
timer1.Enabled = true;

and that above the Button_klick
void myTimer_Tick(object sender, EventArgs e)
{
mciSendString("set CDAudio door open", null, 127, (IntPtr)0);
}

And it doesn´t work!

Can somebody try it in a new windows form application and when it works can he send me the full code!!! Please
GeneralRe: Timer doesn´t work by Server and Client! Pin
Saksida Bojan22-Aug-09 1:40
Saksida Bojan22-Aug-09 1:40 
GeneralRe: Timer doesn´t work by Server and Client! Pin
nhqlbaislwfiikqraqnm22-Aug-09 5:18
nhqlbaislwfiikqraqnm22-Aug-09 5:18 
GeneralRe: Timer doesn´t work by Server and Client! Pin
Saksida Bojan22-Aug-09 6:57
Saksida Bojan22-Aug-09 6:57 
AnswerRe: Timer doesn´t work by Server and Client! Pin
Alan N22-Aug-09 7:23
Alan N22-Aug-09 7:23 
GeneralRe: Timer doesn´t work by Server and Client! Pin
Saksida Bojan22-Aug-09 11:53
Saksida Bojan22-Aug-09 11:53 
GeneralRe: Timer doesn´t work by Server and Client! Pin
Alan N22-Aug-09 13:25
Alan N22-Aug-09 13:25 
GeneralRe: Timer doesn´t work by Server and Client! Pin
Saksida Bojan22-Aug-09 18:58
Saksida Bojan22-Aug-09 18:58 
GeneralRe: Timer doesn´t work by Server and Client! Pin
nhqlbaislwfiikqraqnm22-Aug-09 23:12
nhqlbaislwfiikqraqnm22-Aug-09 23:12 
AnswerRe: Timer doesn´t work by Server and Client! Pin
Alan N23-Aug-09 6:24
Alan N23-Aug-09 6:24 
GeneralRe: Timer doesn´t work by Server and Client! Pin
nhqlbaislwfiikqraqnm23-Aug-09 23:36
nhqlbaislwfiikqraqnm23-Aug-09 23:36 
GeneralRe: Timer doesn´t work by Server and Client! Pin
Alan N24-Aug-09 0:56
Alan N24-Aug-09 0:56 
GeneralMessage Closed Pin
24-Aug-09 22:55
nhqlbaislwfiikqraqnm24-Aug-09 22:55 
AnswerRe: Timer doesn´t work by Server and Client! Pin
Alan N25-Aug-09 6:21
Alan N25-Aug-09 6:21 
Question[Message Deleted] Pin
Ajithevn21-Aug-09 22:35
Ajithevn21-Aug-09 22:35 
AnswerRe: click event of a selected date in c# Pin
Vimalsoft(Pty) Ltd21-Aug-09 23:19
professionalVimalsoft(Pty) Ltd21-Aug-09 23:19 
Questionproblem with fileupload.hasfile Pin
Priyagdpl21-Aug-09 21:44
Priyagdpl21-Aug-09 21:44 
AnswerRe: problem with fileupload.hasfile Pin
Xmen Real 21-Aug-09 23:18
professional Xmen Real 21-Aug-09 23:18 

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.