E
Erik Frey
Hi,
In the startup code of my application, I have the following:
Application.Run(new Form1)
Application.Run(new Form2)
As expected, when you run the program, Form1 pops up. As soon as you
close Form1, Form2 pops up. But message handling on Form2 appears to be
sluggish. Redraws and resizes are a lot slower. Does anyone know why, and
if
there's a way to fix it?
Thanks,
Erik
In the startup code of my application, I have the following:
Application.Run(new Form1)
Application.Run(new Form2)
As expected, when you run the program, Form1 pops up. As soon as you
close Form1, Form2 pops up. But message handling on Form2 appears to be
sluggish. Redraws and resizes are a lot slower. Does anyone know why, and
if
there's a way to fix it?
Thanks,
Erik