Notification Control in Silverlight.

Introduction(View this article in Code Project)We used to see a Notification tool tip in Windows 7/Vista to inform something about particular context. For example, Capslock warning will be given through a balloon tip on Passwordbox, if capslock has ON. Or sometimes low battery information will be displayed on the Taskbar.The unique feature of this control... Continue Reading →

Customize System Menu in WPF.

Most of the times, I wonder how System Menu in Native Window has been replaced with custom Menu in WPF. Finally I found the trick. I just want to share the idea here.Normally WPF does not allow direct customization to Non-client area of Window. But that can be done using native methods. We need to... Continue Reading →

Up ↑