rudigrobler

Stories kicked by rudigrobler

Mahhala - Fluent Ribbon Control Suite(www.rudigrobler.net)

submitted by TanyaGTanyaG(365) 1 year, 11 months ago

A article about the creator of the Fluent Ribbon Control Suite! One of the most complete implementations of the Office style Ribbon control read more...

add a comment |category: |Views: 323

tags: another

MVVM for Tarded Folks Like Me (jmorrill.hjtcentral.com)

submitted by jdollahjdollah(345) 2 years, 7 months ago

MVVM for 'tards, not dummies. read more...

1 comment |category: |Views: 653

tags: another

AttachedCommandBehavior aka ACB(marlongrech.wordpress.com)

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

This is a solution to attach a command to any Event of any Control in WPF read more...

add a comment |category: |Views: 33

tags: another

WPF ICollectionViewExplained(marlongrech.wordpress.com)

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

Tips and tricks on ICollectionView for WPF Apps and how it can be used in M-V-VM read more...

add a comment |category: |Views: 207

tags: another

Vista DWM Hacking – Capture and Stream D3D/WPF Windows Real-Time(jmorrill.hjtcentral.com)

submitted by jdollahjdollah(345) 3 years, 6 months ago

This prototype project uses undocumented Vista DWM calls to get reference to a Direct3D surface the Vista DWM uses to paint windows. The D3D surface is then able to be rendered in a WPF application like a "VisualBrush". Because this is done in the GPU, it is very efficient. The sample application will also let you stream a high quality, high fps capture of your video to Silverlight or Windows Media Player. read more...

4 comments |category: |Views: 902

tags: another

WPF Toolkit adds Ribbon Control to .NET 3.5 SP1(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 6 months ago

The first release of the new WPF Toolkit was released today. This toolkit includes a new Ribbon control as well as the following: new WPF DataGrid, DatePicker/Calendar, and VisualStateManger. The coolest feature of this Toolkit (IMO) is the new Ribbon control. In .NET 4.0 there will be a ribbon control baked in, but thanks to the WPF Toolkit we have access to utilize the new Ribbon control today in WPF with .NET 3.5 SP1! read more...

1 comment |category: |Views: 650

tags: another

Crack.NET - A runtime debugging and scripting tool for .NET(cracknetproject.com)

submitted by JoshSmithJoshSmith(215) 3 years, 7 months ago

Crack.NET is a runtime debugging and scripting tool that gives you access to the internals of any .NET desktop application running on your computer. If you love Snoop and Mole for Visual Studio, you’ll love Crack.NET, too. Crack.NET allows you to “walk” the managed heap of another .NET application, inspect all kinds of values on objects, and even manipulate those objects via IronPython scripts. read more...

3 comments |category: |Views: 505

tags: another

Tool: Crack.NET(blogs.msdn.com)

submitted by frank12345frank12345(2809) 3 years, 7 months ago

Introducing : Crack.NET read more...

add a comment |category: |Views: 863

tags: another

XAML to PNG with server-side WPF(blogs.msdn.com)

submitted by frank12345frank12345(2809) 3 years, 7 months ago

XAML to PNG with server-side WPF sample read more...

2 comments |category: |Views: 204

tags: another

TuneTweeter(bradygaster.com)

submitted by bradygasterbradygaster(4897) 3 years, 10 months ago

A simple WPF app with a simple goal - Monitor iTunes. Whenever the song iTunes is playing changes, post some information about that song to the user's Twitter account. Beta testers and suggestions welcome. read more...

4 comments |category: |Views: 105

tags: another

Debugging in WPF - WPF Disciples tips and tricks « WPF Disciples(wpfdisciples.wordpress.com)

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

It is proven that we software developers spend more time debugging than actually writing code. Guess what?!! WPF is no different… We have to debug and debug and debug! So the WPF Disciples decided to make a list of articles that can help WPF developers make the debugging process easier… read more...

add a comment |category: |Views: 32

tags: another

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

Creating a Outlook Navigation Pane by restyling a WPF TabControl(codeproject.com)

submitted by TanyaGTanyaG(365) 4 years, 2 months ago

A article showing the power of WPF control's "lookless" nature by restyling a standard TabControl to look like the Outlook Navigation Pane read more...

add a comment |category: |Views: 702

tags: another

Tip/Trick: Building a ToJSON() Extension Method using .NET 3.5(weblogs.asp.net)

submitted by sdormansdorman(1415) 4 years, 7 months ago

Scott Guthrie shows a practical example of extension methods by creating some easy methods to automate generating JSON or XML serialized strings for any .NET object. read more...

1 comment |category: |Views: 33

tags: another