How can i find a window that is minimized.
Printable View
How can i find a window that is minimized.
The best thing to do is, when you are creating your form, go to the properties window of the form. There is a property called "ShowInTaskbar". Set that property to true. Whenever you minimize the form during run-time, it'll be in the taskbar
FindWindow still works when the window is minimized.