Wpf




Sun, 05 Jul 2009 00:01:32 -0600

Mark .NET: Audio WaveForm Drawing Using WPF

by Wpf  @ Sun, 05 Jul 2009 00:01:32 -0600
Porting this code to WPF is not as simple as it may first appear. The rendering models are quite different. In Windows Forms, you can draw points or lines using GDI functions. You are responsible for drawing them all every time the ......

Sun, 05 Jul 2009 00:01:32 -0600

WPF Multithreading: Using the BackgroundWorker and Reporting the ...

by Wpf  @ Sun, 05 Jul 2009 00:01:32 -0600
WPF Multithreading: Using the BackgroundWorker and Reporting the Progress to the UI....

Sun, 05 Jul 2009 00:01:32 -0600

Lester's WPF blog : WPF Localization Guidance Doc

by Wpf  @ Sun, 05 Jul 2009 00:01:32 -0600
Localization of WPF apps has always been a tricky issue... Theres now a loc that can help you in localizing your apps. Its a pretty long doc but is very informational. Do read it and provide feedback. ......

Sun, 05 Jul 2009 00:01:32 -0600

Custom control doesn't take data from generic.xaml : The Official ...

by Wpf  @ Sun, 05 Jul 2009 00:01:32 -0600
Re: Custom control doesn't take data from generic.xaml. Reply Contact. rshelby: The approach you describe is for defining styles in resources. But the above is for defining the default template on custom controls, ......

Sun, 05 Jul 2009 00:01:32 -0600

Multiple XAML inside one XAML file in Silverlight 3

by Wpf  @ Sun, 05 Jul 2009 00:01:32 -0600
Can any body help on navigation control of Silverlight 3 ? I would like to design my Home. constructed from 3 diffrent xaml page. Header.xaml,left.xaml,content.xaml, footer.xaml ......

Thu, 02 Jul 2009 10:48:59 -0600

Setting WPF Dialog owner from within WinForms application

by Wpf  @ Thu, 02 Jul 2009 10:48:59 -0600
I had some WPF dialog that I need to show from older WinForms application, or more precisely from some WinForms UserControl. The problem was to set Owner of that dialog, GetWindow() didn't work (of course) and leaving dialog without an ......

Thu, 02 Jul 2009 10:48:59 -0600

Tales from the Smart Client : Visual States in XAML Templates

by Wpf  @ Thu, 02 Jul 2009 10:48:59 -0600
The Silverlight and desktop WPF implementations of Templates use the same syntax and programming model for describing the tree of objects that make up the control body, but differ in how they describe dynamic changes of the ....

Thu, 02 Jul 2009 10:48:59 -0600

Custom control doesn't take data from generic.xaml : The Official ...

by Wpf  @ Thu, 02 Jul 2009 10:48:59 -0600
Re: Custom control doesn't take data from generic.xaml. Reply Contact. rshelby: The approach you describe is for defining styles in resources. But the above is for defining the default template on custom controls, ......

Thu, 02 Jul 2009 10:48:59 -0600

WPF-WinForms Interop: A Highlighted TextBox

by Wpf  @ Thu, 02 Jul 2009 10:48:59 -0600
But I thought it might be interesting to try something different and see how easy it would be to create a WPF UserControl that incorporated a TextBox, a smack-you-in-the-eye gradient and a border with rounded corners*. ......

Thu, 02 Jul 2009 10:48:59 -0600

WPF/MVVM – Setting The DataContext Of A Window To An Object › Life ...

by Wpf  @ Thu, 02 Jul 2009 10:48:59 -0600
In the main demo code App. file there is a brush in the section. Since I want to be able to place my main styles in the separate MainStyleDictionary.xaml file, I will move the brush “Brush_HeaderBackground” ......

Pages: Start 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70

Tag: