Alpal94 / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Timer_tick not work in VC# 2010 #328

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Start winform aplication.
2.Start timer2. (System.Windows.Forms.Timer Timer2) timer2_Tick is work!
3.After videoSourcePlayer1.Start(); , timer2_Tick - not work!

What is the expected output? What do you see instead?

What version of the product are you using?
VC# 2010
AForge.NET Framework 2.2.4.1

Please provide any additional information below.

Sometimes this problem occurs, and sometimes it's all right!
What this could be the reason?

Original issue reported on code.google.com by RomikGar...@gmail.com on 5 Jan 2013 at 1:09

GoogleCodeExporter commented 8 years ago
Timers are not part of the AForge.NET framework. You better check your code for 
bugs first.

Original comment by andrew.k...@gmail.com on 5 Jan 2013 at 1:12