Xaml gui




Wed, 01 Jul 2009 23:43:40 -0600

Wpf Browser Application in Visual Basic 2008?

by Xaml gui  @ Wed, 01 Jul 2009 23:43:40 -0600
This is already built into VB. If this is for the web… I'd suggest looking at these templates which already have the heavy lifting done for you: http://www..net/community/projects/. they are free from Microsoft....

Wed, 01 Jul 2009 23:43:40 -0600

WPF: ItemsControl Drag Drop Behavior

by Xaml gui  @ Wed, 01 Jul 2009 23:43:40 -0600
The behavior also expects you to define a DataTemplate, and this template is being used by the Drag Adorner to render the appropriate ‘look’. This is an added flexibility which allows you to define a data template that is different ......

Wed, 01 Jul 2009 23:39:18 -0600

WPF: ItemsControl Drag Drop Behavior

by Xaml gui  @ Wed, 01 Jul 2009 23:39:18 -0600
The behavior also expects you to define a DataTemplate, and this template is being used by the Drag Adorner to render the appropriate ‘look’. This is an added flexibility which allows you to define a data template that is different ......

Wed, 01 Jul 2009 23:39:13 -0600

VS2010 Tutorial: Build a WPF App (Step 1)

by Xaml gui  @ Wed, 01 Jul 2009 23:39:13 -0600
I’m going to select “WPF Application” and call my application PicViewer (this is the new Beta 1 dialog): image. This will give us the default project template including a Window with a Grid and my default C# project code: ......

Wed, 01 Jul 2009 23:39:13 -0600

Wpf Browser Application in Visual Basic 2008?

by Xaml gui  @ Wed, 01 Jul 2009 23:39:13 -0600
This is already built into VB. If this is for the web… I'd suggest looking at these templates which already have the heavy lifting done for you: http://www..net/community/projects/. they are free from Microsoft....

Wed, 01 Jul 2009 23:39:13 -0600

Troelsen's Tutorials: The Quickest Custom Control You'll Ever Make

by Xaml gui  @ Wed, 01 Jul 2009 23:39:13 -0600
If you have experience building WPF templates, you know that event triggers commonly execute a custom animation of some sort. For example, you could shrink the size of OddButton when the MouseDown event fires, paint the background with a new brush, ... Now, run your application! You should be able to see your control change its size when you click the OddControl user control. This is possible thanks to the follow...

Wed, 01 Jul 2009 23:39:13 -0600

How to Create Reflection Effect Using Visual Brush and Opacity ...

by Xaml gui  @ Wed, 01 Jul 2009 23:39:13 -0600
Double click on the tag in the XAML code; Alter the border brush to black (or any other visible color) in the properties window. Alter the border thickness to 3 for further visibility. The border will appear as a thick black line. Drag the corners of the border and ... Here is the original article that I referred to while writing this step-by-step tutorial. Feel free to ask me any questions should you r...

Wed, 01 Jul 2009 23:38:12 -0600

Troelsen's Tutorials: The Quickest Custom Control You'll Ever Make

by Xaml gui  @ Wed, 01 Jul 2009 23:38:12 -0600
If you have experience building WPF templates, you know that event triggers commonly execute a custom animation of some sort. For example, you could shrink the size of OddButton when the MouseDown event fires, paint the background with a new brush, ... Now, run your application! You should be able to see your control change its size when you click the OddControl user control. This is possible thanks to the ...

Wed, 01 Jul 2009 23:38:12 -0600

Wpf Browser Application in Visual Basic 2008?

by Xaml gui  @ Wed, 01 Jul 2009 23:38:12 -0600
This is already built into VB. If this is for the web… I'd suggest looking at these templates which already have the heavy lifting done for you: http://www..net/community/projects/. they are free from Microsoft....

Wed, 01 Jul 2009 23:38:12 -0600

WPF: ItemsControl Drag Drop Behavior

by Xaml gui  @ Wed, 01 Jul 2009 23:38:12 -0600
The behavior also expects you to define a DataTemplate, and this template is being used by the Drag Adorner to render the appropriate ‘look’. This is an added flexibility which allows you to define a data template that is different ......

Pages: Start 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22

Tag: