|
|
jdollah
jdollah
 |
|
Stories kicked by jdollah
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
rudigrobler
19 days, 23 hours ago
codeproject.com — Part 2 in a series on how to create a custom wpf control similar to the calendar control in outlook read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 20 days, 13 hours ago, submitted by
jdollah
24 days, 23 hours ago
jmorrill.hjtcentral.com — 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...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 23 days, 17 hours ago, submitted by
markheath
24 days, 23 hours ago
blog.lab49.com — A really helpful screencast from Jason Dolinger showing how to use the M-V-VM pattern in a simple WPF application. He starts off with the code that a Windows Forms developer might use and refactors it to M-V-VM. Also includes a demonstration of how it is nicely unit testable utilising Moq and how to use the Unity IoC container. 1 hour 30 mins long. read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 10 days ago, submitted by
JoshSmith
1 month, 10 days ago
cracknetproject.com — 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...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 10 days ago, submitted by
frank12345
1 month, 17 days ago
blogs.msdn.com — XAML to PNG with server-side WPF sample read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 19 days ago, submitted by
wisemx
1 month, 24 days ago
officelabs.com — That brings us to today, releasing Touchless to the world outside Microsoft, as a *FREE* *OPEN-SOURCE* SDK with a low barrier to entry for developers and users. Touchless makes developing multi-touch capable software easy, and the results can be enjoyed by anyone with a webcam (and some M&Ms :))! Touchless has come a long way, but its journey has just begun. I can imagine a variety of great directions to explore using Touchless. Perhaps support for the forthcoming Windows multi-touch API, video chat white-boarding, implementing mouse/game/hotkey/media control, and designing decked out Minority Report style file/media browsers. read more...
add a comment
|
category: Open Source | Views: 246
|
|
tags:
Multi-Touch, MultiTouch, Touchless, OpenSource, SDK | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jdollah
2 months, 14 days ago
codeplex.com — 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...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BobStrogg
2 months, 28 days ago
chriscavanagh.wordpress.com — As you know, .NET 3.5 SP1 includes a WebBrowser control. The current implementation is just a wrapper around the MSHTML ActiveX control, which unfortunately prevents you from doing crazy things to it through WPF.
The ActiveX control itself can be queried for the IViewObject interface and have its Draw method called. The WPF WebBrowser doesn’t expose this directly, but fortunately the Windows Forms WebBrowser does (alternatively you could host MSHTML directly)... read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wekempf
3 months, 11 days ago
wekempf.spaces.live.com — How to use attached behaviors to avoid inheritance in WPF. read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 11 days ago, submitted by
Jemm
3 months, 11 days ago
blog.nerdplusart.com — Cool particle effects live demo done with Silverlight. Sources are available, too! read more...
1 comment
|
category: Silverlight | Views: 336
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 17 days ago, submitted by
Lord
3 months, 19 days ago
jmorrill.hjtcentral.com — The new D3DImage in WPF opens up worlds for WPF. Direct3D content rendered with WPF...it doesn't get any better! The downside is it seems (correct me if I'm wrong) that Microsoft was only targeting unmanaged Direct3D. Yes there is Managed DirectX, but it seems as if MDX is no longer being maintained and it's not so obvious how to get a D3D surface pointer from the API. It really seems MDX has been left in the dust in favor for XNA, which is a very intuitive D3D wrapper. XNA further exacerbates the issue with XNA and WPF. read more...
add a comment
|
category: XNA | Views: 261
|
|
tags:
WPF, XNA | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 19 days ago, submitted by
rakee
3 months, 20 days ago
rakeshravuri.blogspot.com — Pixelshader code for Photshop style layer blending in WPF. read more...
|
|
tags:
3.5, sp1, ShaderEffect, WPF, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jdollah
3 months, 20 days ago
jmorrill.hjtcentral.com — 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...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 19 days ago, submitted by
rakee
3 months, 20 days ago
rakeshravuri.blogspot.com — ShaderPad is a application like XamlPad / LinqPad , it is meant to server as WPF ShaderEffects Workbench. The ShaderEffect is a PixelShader based Effect that an be applied to any UIElement in WPF. This feature is available only in .NET 3.5 SP1 . Download it from codeplex
read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
marlongrech
3 months, 28 days ago
marlongrech.wordpress.com — It is a shame that ConverterParameter cannot have a Binding as a value.... Yet with some tricks you can actually do this.... Have look for yourself..... read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|