VS2010 now support multi-monitors!

Posted by SunKwon Kim on 2009/09/01 18:08
Filed under WPF
Tags :
Using Multi-monitors have become one of the basic environments for developing softwares. But, from VS6 to VS2008 there was no development environment to support multi-monitors. Only we can drag a window of VS2008 to expand the width of it across the monitors. Happy news comes to us from Scott Guthrie. Now we can extract windows from the VS2010 and throw...
2009/09/01 18:08 2009/09/01 18:08

How to bind WPF controls to Application settings

Posted by SunKwon Kim on 2009/04/08 23:43
Filed under WPF
Tags : ,
When to bind WPF controls to settings At Sometimes, i want to show program verion in my application. And I wrote it in Application settings ("Settings.Settings"). How could I do that? If we don't know how to bind it, we have to write twice at each time upgrading our programs. Jerome Laban and Michael jp posted how to do that with different approaches. Me...
2009/04/08 23:43 2009/04/08 23:43

How to log using XmlDataProvider in WPF

Posted by SunKwon Kim on 2009/03/09 00:35
Filed under WPF
Tags : ,

Multithread logger in WPF

Tamir Khason posted "Multithread logger in WPF". In that article, we can learn about how to log errors using XmlDataProvider in WPF. It is clear and interest.
He posted his article here (or you can it here.)

2009/03/09 00:35 2009/03/09 00:35