Practical Programming Pearls For .NET Developers

WinForms

This section will provides some common questions and answers related to WinForms applications.

FAQs

Q: How can I generate a list of open MDI child windows in my MDI parent form? (Forums) Answer

Q: I need to update my UI on a worker thread.  How can I do it? Answer

Q: Updating the UI requires a lot of code.  Surely there is an easier way? Answer