WPF

List of Codesnippets in WPF

How to push certificate to "Trusted root certificate authorities" using Installer

In order to run your Full Trust enabled WPF XBAP application, you have to use “Self signed certificate authority file” for running and deploying XBAP applicationRead more..
By: Prabu   |    On:  7/9/2010 10:34:34 AM   |    Article

How to load Bitmap image to Image object in WPF

I am doing an application (which I am converting Windows forms 2.0 application into WPF application for rich look) in WPF and I am need of the load the Image from an instance of a System.Drawing.BitmapRead more..
By: Prabu   |    On:  6/25/2010 9:45:48 AM   |    Article

How to get the DependencyObject under the mouse cursor

How to get the DependencyObject under the mouse cursorRead more..
By: Prabu   |    On:  6/23/2010 10:25:38 AM   |    Article

How to find the visual parent or child element using VisualTreeHelper in WPF

How to find the visual parent or child element using VisualTreeHelper in WPFRead more..
By: Prabu   |    On:  7/3/2010 3:20:44 AM   |    Article

How to close the whole application in WPF Browser based application (XBAP application)

In Windows based WPF application, there is an option to close the whole application using (Application.Current.ShutDown) statementRead more..
By: Prabu   |    On:  7/27/2010 9:58:43 AM   |    Article
^ Scroll to Top