-
Custom Control in WPF
File Upload Custom Control in WPF This article is about Custom control in WPF, Custom controls are also the user controls, but there is some difference between them. UserControl (Composition) Composes multiple existing controls into a reusable “group” Consists of a XAML and a code behind file Cannot be styled/templated Derives from UserControl CustomControl (Extending…
-
How to add Overlay in Windows phone 8
Windows Phone is windows mobile operating system from Microsoft. In my project, there was a requirement of Overlay panel whenever the data is requested from server (i.e., when task takes some time to execute). Here, I am going to show you a sample example of using overlay in windows phone project. Find the sample solution…