P
Paul Loveless
Hi all. I've noticed in my dot net program when the main program window is
maximized, and I close an open form (well technically I hide it) that I have
displayed in the main window, that the main window will occasionally flash
momentarily, displaying another open program. It is like windows xp is doing
a context switch with another open program, momentarily making it the active
window and then quickly switching back to my program. On a fast computer,
the flash is very quick and hardly noticeable, but on a slower computer, it
is quite noticeable. However, when I close a message box displayed in the
main window, the flash never occurs.
I've also noticed that other non-dot net programs don't seem to do this. So,
what causes this? Is it the dot net runtime environment, is my program's
time slice up causing the os to perform a context switch (which I doubt) or
is it something else?
I'm curious to know if anyone knows why this happens and if there is a way
to stop it from occurring. Thanks in advance to any replies.
Paul
maximized, and I close an open form (well technically I hide it) that I have
displayed in the main window, that the main window will occasionally flash
momentarily, displaying another open program. It is like windows xp is doing
a context switch with another open program, momentarily making it the active
window and then quickly switching back to my program. On a fast computer,
the flash is very quick and hardly noticeable, but on a slower computer, it
is quite noticeable. However, when I close a message box displayed in the
main window, the flash never occurs.
I've also noticed that other non-dot net programs don't seem to do this. So,
what causes this? Is it the dot net runtime environment, is my program's
time slice up causing the os to perform a context switch (which I doubt) or
is it something else?
I'm curious to know if anyone knows why this happens and if there is a way
to stop it from occurring. Thanks in advance to any replies.
Paul