marlongrech

Stories submitted by marlongrech

WPF Disciples in 3D « WPF Disciples(wpfdisciples.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 1 month ago

Welcome to the blog of the WPF Disciples group! This is the first post to our group’s blog. Recently, Josh Smith posted on his blog about an application that displays the items of an ItemsControl in a 3D panel. You can check it out here. read more...

add a comment |category: |Views: 65

tags: another

VideoRendererElement(codeplex.com)

submitted by marlongrechmarlongrech(1000) 4 years, 1 month ago

The VideoRendererElement allows for high-performance, custom video in WPF. With the VideoRendererElement a developer update a pixel buffer or video media sample and have it render in WPF space at MediaElement speed. It is compatible with GDI, DirectShow and direct pixel updates. read more...

add a comment |category: |Views: 23

tags: another

What the hell is a deadlock: The Parable of The Bathroom(karlagius.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 2 months ago

An easy way how you can understand how locking can easily become a nightmare... Deadlock the curse you want to avoid :) read more...

1 comment |category: |Views: 4

tags: another

Creating a File Explorer in WPF using MVC+M(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 2 months ago

This shows how one can implement a file explorer by using the MVC PLUS the mediator pattern... what i prefare to call MCV+M... read more...

add a comment |category: |Views: 442

tags: another

More than Just MVC for WPF(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 2 months ago

This article shows some problems you can find when using the MVC in WPF for a large project. The article describes how one can use the Mediator Pattern together with the MVC to fix such issues... read more...

add a comment |category: |Views: 36

tags: another

Generic.xaml in Silverlight Beta1 for WPF developers(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 2 months ago

This post describes how the generic.xaml in silverlight is different WPF. read more...

add a comment |category: |Views: 7

tags: another

Input Prompt support in WPF « C# Disciples(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 2 months ago

If you look at Vista User experience guide, one thing that is a must have is the Input Prompt. I think that this is very important to improve the user experience. Yet unfortunately this is not supported natively by WPF :( But don’t worry because AvalonControlsLibrary is at the rescue read more...

add a comment |category: |Views: 89

tags: another

CodeProject: The WPF Podcatcher Series - Part 2 (Structural Skinning).(codeproject.com)

submitted by marlongrechmarlongrech(1000) 4 years, 2 months ago

About two months ago I unveiled a pet project of mine, named Podder. It is an audio podcast player (a.k.a. podcatcher) built in WPF. The application comes pre-loaded with a dozen or so podcasts, so you can start listening to episodes right away. If there are other podcasts that you would like to listen to, it is easy to add them into Podder at any time. Podder is free, fun, and easy to use. The first article in this series explained that Podder supports what I call “structural skinning.” This article explores what structural skinning is, how I implemented it, and even shows structural skinning in action as we examine a truly fantastic Podder skin built by Grant Hinkson, a professional Visual Designer. read more...

add a comment |category: |Views: 59

tags: another

AvalonControlsLibrary v2 has been released ! « C# Disciples(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 2 months ago

Finally I had some time to release the new version of AvalonControlsLibrary v2. This release includes - RangeSlider - All properties are now Dependency properties so that you can easily databind with. - RangeSlider - The RangeSelectedChanged event has been refactored into a Routed event. - DatePicker - Add a DateSelectedChanged routed event - TimePicker - Add a TimeSelectedChanged routed event - DateTimePicker (this will be the DatePicker and TimePicker joined) - DockableContainer (aka Docky- This is a brand new control which supports docking of element and undocking. While elements are un docked you can drag around the element :) Just like Blend Toolbars) - Bug Fixes Masked TextBox IsReadonly click here for more info read more...

add a comment |category: |Views: 21

tags: another

How to get data dynamically from you LINQ to SQL data context « C# Dis(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 2 months ago

Lately I have been playing around with LINQ to SQL and let me tell you this. It is super cool! :D So today I wanted to check how I can grab data from all tables that are mapped in my LINQ to SQL mapping file. I discovered that it is really easy… In fact it is just a few lines of code. Have a look … read more...

add a comment |category: |Views: 4

tags: another

Embed code in XAML(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 3 months ago

Loads of time I needed a converter that does a very small operation such as binding to the Height of an element and subtract 10 from the binded value. Every time you have to create a converter to do so. I must admit, it really makes me angry because I would like to this in XAML. I found this cool code sample on Dynamic Expression API from msdn and I thought why don’t I use it to be able to embed code in XAML…. read more...

1 comment |category: |Views: 30

tags: another

Jasema > Build WPF Paths easily with Jasema(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 3 months ago

Jasema is a tool to create WPF Path Geometry in an easy user friendly way. The motivation for Jasema came to me when I was creating Paths manually by hand. All those numbers and letters to form the geometry that I wanted was making me feel dizzy. So I decided to create a new baby, Jasema. read more...

add a comment |category: |Views: 122

tags: another

WPF Date Time Picker (marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 3 months ago

DateTimePicker is a WPF control that lets the user select a date and time in a very user friendly way. read more...

add a comment |category: |Views: 4054

tags: another