mcbkruse

Stories kicked by mcbkruse

C# and .NET Webcasts(c-sharpcorner.com)

submitted by mcbkrusemcbkruse(125) 3 years, 8 months ago

C# Corner just launched a new section on Webcasts. read more...

add a comment |category: |Views: 13

tags: another

Programming ListBox Control in XAML and WPF (longhorncorner.com)

submitted by mcbkrusemcbkruse(125) 3 years, 8 months ago

This 20 pages tutorial shows you how to create and use a ListBox control in WPF and XAML. The tutorial also covers styling and formatting, add images, checkboxes, and data binding in a ListBox contrtol. read more...

add a comment |category: |Views: 347

tags: another

XAML FAQ(longhorncorner.com)

submitted by mcbkrusemcbkruse(125) 3 years, 8 months ago

This article answers XAML related most frequently asked questions. read more...

add a comment |category: |Views: 91

tags: another

XAML Tools and Editors(longhorncorner.com)

submitted by mcbkrusemcbkruse(125) 3 years, 8 months ago

In this article, I talk about some companies that have already developed or developing XAML tools for developers. read more...

add a comment |category: |Views: 40

tags: another

Dynamic and static Rectangle in WPF(c-sharpcorner.com)

submitted by mcbkrusemcbkruse(125) 3 years, 8 months ago

This article shows how to create dynamic and static rectangle in WPF and XAML with various drawing effects. read more...

add a comment |category: |Views: 29

tags: another

Working with Brushes in XAML (longhorncorner.com)

submitted by mcbkrusemcbkruse(125) 3 years, 9 months ago

Brushes are used to fill drawing objects such as a rectangle, ellipse, and path. The XAML and WPF model has significant improvements over the previous GDI and GDI+ drawing model. This article covers basics of drawing and various brush types and how to use them in XAML. read more...

add a comment |category: |Views: 8

tags: another

Programmatically Trigger Events of a Control in Silverlight (longhorncorner.com)

submitted by mcbkrusemcbkruse(125) 3 years, 9 months ago

This article shows you how to fire the click event of a Button control programmatically in Silverlight 2.0. read more...

add a comment |category: |Views: 118

tags: another

Class Library in Silverlight 2.0 (longhorncorner.com)

submitted by mcbkrusemcbkruse(125) 3 years, 9 months ago

This step by step tutorial shows how to build a class library (DLL) for Silverlight 2.0 using Visual Studio 2008 and C# and how to use it in a client application. First part of this tutorial creates a class library and second part creates a Silverlight Web application that consumes the class library. read more...

add a comment |category: |Views: 8

tags: another

Data Binding in WPF Controls(c-sharpcorner.com)

submitted by mcbkrusemcbkruse(125) 3 years, 9 months ago

This article shows how to add data binding support among controls in WPF. read more...

add a comment |category: |Views: 22

tags: another

WPF TreeView Tutorial (c-sharpcorner.com)

submitted by mcbkrusemcbkruse(125) 3 years, 9 months ago

This tutorial shows you how to create and use a TreeView control available in Windows Presentation Foundation (WPF) and XAML. read more...

add a comment |category: |Views: 1127

tags: another