Prevent animation on form.Show() when activated from a NotifyIcon?

Did you try reordering to put WindowState = FormWindowState. Normal before Show()? I believe the animation you are seeing is the standard window restore animation.

Since you are calling Show() before restoring your window, it gets an off-screen position.

If you need to hide the window when the program runs, your best bet is to create a class that derives from ApplicationContext and shows the NotifyIcon. You then use this class instead of form in the Application.Run.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions