TravisWhidden

Stories kicked by TravisWhidden

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

Glass Behavior for WPF(jmorrill.hjtcentral.com)

submitted by LordLord(3737) 3 years, 1 month ago

A new custom behavior for WPF that allows for a glass like effect. Essentially you can place this behavior on any Visual, point to to a target visual and give it an effect and it will create an effect that looks like a piece of glass was placed over the screen. You pretty much can make your own Aero effects within your application. . . read more...

add a comment |category: |Views: 624

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 Hacked! Get native pointer to WPF BitmapSource(jmorrill.hjtcentral.com)

submitted by jdollahjdollah(345) 5 years ago

WPF hides all native functionality in the API. This means you have to use the sometimes slow managed code. Now with this code you can get access to an Image's buffer and modify it in place....for your unmanaged hi-performance needs! read more...

1 comment |category: |Views: 286

tags: another

Silverlight Programming and Managed JavaScript - video(aspnetpodcast.com)

submitted by wallymwallym(2085) 5 years ago

This podcast video shows the basics of programming with Silverlight and an Intro to Managed JScript. read more...

2 comments |category: |Views: 47

tags: another

Tips for a successful team lead(weblogs.asp.net)

submitted by s.farmars.farmar(330) 5 years ago

partial list of those tips. Some of them can be seen in various “Agile” methodologies, but taken as simply tips, they can improve the quality of your project-life without needing to work with any specific methodology. Heck, just call it “Osherothology” read more...

add a comment |category: |Views: 9

tags: another