focus problem with WinForms app updating interface on a timer -
11-17-2007
, 01:41 AM
Hi,
I have a WinForms app that has a timer, which updates at regular times
different textboxes and draws on the Graphics of a panel. The problem I have
is that this application becomes the active application whenever such update
happens, even if the application was minimized. So, if I minimize this app,
or put it in the background by selecting another app, it re-becomes active
when the timer update happens (of course the current active app I was working
on is put in the background; that is the trouble). Could somebody please
provide some advice on how to resolve this issue?
Thank you in advance.
--
-cornel |