freelancersblog.net

 

Very Simple WPF UserControl

February 14th, 2011

I created a MS VS2010 VB.NET project. (See attachement) It contains WPF UserControl, custom Shader Effect animation and DropDownEffect. User Control contains TextBlocks and background image. Needed to be done: 1. Add Drag functionality to any object on a Canvas primarily TextBlocks (not to the buttons and ListBox). 2. Save contents of the WPF user control, including TextBlock’s formatting, location, etc. to a XAML file. 3. Open XAML file in another windows form (frmClint) with exact duplicat…

Original post by Freelancer.com - New Projects

Comments