jdollah

Stories submitted by jdollah

Silverlight 4 Hack: Use Native/Desktop CLR Without COM Registration(jmorrill.hjtcentral.com)

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

Optimally, it would be nice to be able to add your desktop CLR objects as resources to your XAP, and from Silverlight code, be able to instantiate and use your Desktop .NET classes. This is a hack to do just that without registering any COM dlls. read more...

add a comment |category: |Views: 38

tags: another

Silverlight and Desktop .NET interop(jmorrill.hjtcentral.com)

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

Get a Silverlight Out-of-browser application to use full desktop .NET assemblies without any C++/COM stank. read more...

add a comment |category: |Views: 24

tags: another

Host Silverlight in WPF. Interactive w/o Airspace Restrictions.(silverlightviewport.codeplex.com)

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

Host Silverlight applications in WPF as if they were just another WPF control. This control is still experimental and not everything is supported just yet. read more...

add a comment |category: |Views: 153

tags: another

How to get access to WPF’s internal Direct3D guts(jmorrill.hjtcentral.com)

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

Get access to WPF's internal IDirect3DDevice9 and SwapChain...even the render thread! read more...

add a comment |category: |Views: 41

tags: another

Direct3D 10/11 & Direct2D in WPF(jmorrill.hjtcentral.com)

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

Direct3D 10/11 & Direct2D in WPF without airspace restrictions. read more...

add a comment |category: |Views: 256

tags: another

Anatomy of an MVVM Application *or* How Tards Like Me Make MVVM Apps 2(jmorrill.hjtcentral.com)

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

MVVM apps for r-tards. read more...

add a comment |category: |Views: 64

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

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 MediaKit - Make your own MediaElement or DirectShow based controls(codeplex.com)

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

The WPF MediaKit makes it easy to create your own DirectShow based WPF controls. The library uses the new D3DImage in .NET 3.5 SP1, so the performance is quite decent. It is also open-source and available on codeplex. read more...

add a comment |category: |Views: 479

tags: another

New WPF D3DImage Used for Seamless DirectShow Interop(jmorrill.hjtcentral.com)

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

The D3DImage used in WPF to provide support for pretty much all DirectShow scenarios. So things like DVD playback and webcams are now possible. read more...

add a comment |category: |Views: 224

tags: another

WPF Win32 Renderer w/ 3D!(codeplex.com)

submitted by jdollahjdollah(345) 4 years, 9 months ago

This CodePlex project lets you get around the Win32 airspace issue in WPF. You can even make your own 3D web browser! Full source is included. read more...

add a comment |category: |Views: 9

tags: another

Interactive Winform Controls Composited in WPF!(jmorrill.hjtcentral.com)

submitted by jdollahjdollah(345) 5 years ago

Anyone that has done winforms interop knows you cant do transformations or visual compositing with Winforms/Win32 controls...and if you can, they wouldn't be interactive. The author shows a working prototype with code soon! read more...

add a comment |category: |Views: 19

tags: another

Possible better approach to WPF/Winform Interop?(jmorrill.hjtcentral.com)

submitted by jdollahjdollah(345) 5 years ago

WPF Winforms interop sucks. No putting webbrowsers on 3d meshes. No compositing available what so ever...until now. First prototypes looking good. read more...

add a comment |category: |Views: 17

tags: another

WPF DirectShow Hack - Build your own DShow graph in WPF(jmorrill.hjtcentral.com)

submitted by jdollahjdollah(345) 5 years ago

MediaElement and MediaPlayer classes hide the directshow graph. So this means you can not use webcams or add any custom filters in WPF. Here is a workaround to that. read more...

1 comment |category: |Views: 1366

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