Jump to content
Xtreme .Net Talk

scyleia

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by scyleia

  1. sorry guys... i think i know what the problem is. when keydown i start the thread over and over and over :eek: so i just give some flag and zapp.....!!! it works :D Photovoltaic : yes it stop with same pattern thank you for all the answer it means a lot ;)
  2. my plan is when i push a key... i start a thread/timer then when keyUp i stop it. So this timer/thread has to run while i press a key but what i got here is... it run for a while and then stop.... so can't use KeyUp event :(
  3. label1.Text = DateTime.Now.ToLongString(); -> i have label1 in Form1
  4. This is my first post here :D..... i have this problems with timer and threads ex : i have timer named timer1 in Form1. in Keydown event i set timer1.Enabled = true. the problems occur when i press the key for a while and.. what's happen?? timer1 is stopped dunno what happen it's just stopped the same thing happen when i have Thread instead of Timer can anybody explain this to me....
×
×
  • Create New...