07 2009 档案

摘要:Wpf support tow kind of resources Assembly resources and object resources , in this article we just explian the object resources , the object resources are similar to methods or functions we can define method and reuse it any where in application ( far of access control of methods) , wpf object resources can also define with window( main interface) , with control (like button , border , rectangle .. ect). 阅读全文
posted @ 2009-07-30 10:07 ammar 阅读(465) 评论(3) 推荐(0)
摘要:Microsoft has reported that a frequent request from WPF developers is for more information on how to customize the NON-CLIENT area of a Window, to create custom Window frames. Published demos are often limited to supporting only rectangular windows, require Win32 Interop, or pollute client-side markup with frame-related details... This article demonstrates a 100% WPF solution to support frames of any shape, with expected min/max/close button behaviors, mouse detection of irregular sizing border 阅读全文
posted @ 2009-07-23 14:26 ammar 阅读(2670) 评论(3) 推荐(2)
摘要:Before we go on with c++ & c++\cli we just take simple breath here with native code,virtual machine and managed code... 阅读全文
posted @ 2009-07-22 11:50 ammar 阅读(300) 评论(2) 推荐(0)