When you implement the Model-View-ViewModel pattern you need to tell your View (in this case, a Windows Form) when the ViewModel has new data. Here's how to do that, along with a warning about how to ...
Having recently set up an old desktop as a dev machine in order to avoid trashing my main computer with evaluation software (don't get me started), I decided it was time to try out Visual Studio 11 ...
Data that extends the width or height of your Windows form truncates, so you must manually set up a scroll bar in Visual Studio. You use the ASP.NET ScrollBar class and control to add a scroll bar to ...