WiX Tutorial from John Robbins’ Blog

Posted in Tools. No Comments »

Time-Machine Your SVN Project with SvnTimeLapseView

Posted in Tools. No Comments »

Host Windows Forms Controls in WPF - Keyvan Nayyeri

Process is simple.  First you need to add a HWND to your WPF applications in UI to host Windows Form controls there.  Actually you must derive a class from HwndHost base class to be able to do this but thankfully Microsoft has done the main job and has added a default implementation that is suitable for many common needs and it’s WindowsFormsHost.

 image

Via Host Windows Forms Controls in WPF - Keyvan Nayyeri

Posted in WPF. 1 Comment »