Hi,
I have a windows form that does some work based on events raised by a user control, passes in various information all through one event.
The event is fired about 25-35 times a second, and seems to fire correctly most of the time, but sometimes it seems to pause, no event is fired and nothing hhappens.
If I minimise the form and maximise it again, the vent continues to fire and all is good.
It also seems to pause THE EVENT sometimes when firing a msgbox window, or popping up another form even though timers and other procedures still fire.
Anyone have any ideas on how to prevent this?
I have a windows form that does some work based on events raised by a user control, passes in various information all through one event.
The event is fired about 25-35 times a second, and seems to fire correctly most of the time, but sometimes it seems to pause, no event is fired and nothing hhappens.
If I minimise the form and maximise it again, the vent continues to fire and all is good.
It also seems to pause THE EVENT sometimes when firing a msgbox window, or popping up another form even though timers and other procedures still fire.
Anyone have any ideas on how to prevent this?