Hello: I have a windows application created using 2005. One of the screens keeps minimizing each time it's loading and I don't know why. when I look at the properties for the form, the window state is set to normal.
I did have the below line of code being used when the user clicked a button on this form because i wanted to minimize the form at that time; however, I've sinced remmed it out because of what's happening now.
What other settings can I look at that might be causing this?
Thank you,
Proctor
Code:Me.WindowState = FormWindowState.Minimized


Reply With Quote