摘要: toolbar is one of the most important controls for design desktop ,web interface. today we try to explain how to create toolbar from ABC 阅读全文
posted @ 2009-10-27 17:24 ammar 阅读(306) 评论(0) 推荐(0) 编辑
摘要: Designing a good interface isn't easy. Users demand software that is well-behaved, good-looking, and easy to use. Your clients or managers demand originality and a short time to market. Your UI technology -- Web applications, desktop software, even mobile devices -- may give you the tools you need, but little guidance on how to use them well. today i just want to explain how to create the most common used control in the collection of user interface controls which is to say list Box. we try to 阅读全文
posted @ 2009-10-10 16:43 ammar 阅读(576) 评论(1) 推荐(0) 编辑
摘要: in this article i just want to explain how we can create progress bar from scratch , the visual design , how to be invokable ,easy to layout ,important methods and finally it's properties . 阅读全文
posted @ 2009-10-09 09:41 ammar 阅读(543) 评论(1) 推荐(0) 编辑
摘要: An easy to see that the combolist consist of three main parts these parts are combine to complete the physical structure of the combolist control , in this article I will try to explain an easy way how to create combolist control From Scratch , not nice look one only but also with straight main operations ,methods and properties . 阅读全文
posted @ 2009-09-29 16:37 ammar 阅读(422) 评论(2) 推荐(0) 编辑
摘要: checkbox based on css , js and html , with nice look states. 阅读全文
posted @ 2009-09-23 09:12 ammar 阅读(262) 评论(2) 推荐(1) 编辑
摘要: treeView control based on web( html,css, and js) is powerful control for collection items in nested way , keep the user interface look nice, 阅读全文
posted @ 2009-09-14 12:22 ammar 阅读(306) 评论(1) 推荐(0) 编辑
摘要: tabcontrolview based on css and js. 阅读全文
posted @ 2009-09-03 10:25 ammar 阅读(287) 评论(2) 推荐(1) 编辑
摘要: background :(From Wikipedia, the free encyclopedia) BitBlit (which stands for Bit-Block (Image) Transfer but is pronounced Bit Blit) is a computer graphics operation in which several bitmaps are combined into one using a "raster operator". The operation usually involves two bitmaps, a source and destination. The source and destination are combined bitwise according to the specified raster operation (ROP) and the result is then written to the destination. The ROP is essentially a boolean formul 阅读全文
posted @ 2009-08-04 09:21 ammar 阅读(939) 评论(3) 推荐(1) 编辑
摘要: 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 阅读(455) 评论(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 阅读(2616) 评论(3) 推荐(2) 编辑