Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

User Interfaces in C#: Windows Forms and Custom Controls Review by developer-exp

dodges multithreading

No detailed coverage of the Progress Bar control. Reason: so that multithreading and concurrency could be avoided. It is a common GUI programming task to allow a user to cancel a long running operation while keeping the GUI updated and responsive. However, this requires spawning off a separate thread to handle the long-running operation. That thread must also be able to communicate with the main GUI thread. This must be performed carefully but it is easily done by experienced GUI programmers. You won't get coverage of that with this book. Good luck....

BT