Blogs1 - 10 of 2,611 recent posts for tag:WPF
04
Jul
2009
Ausflug in fremde Welten – Mein erstes WPF Projekt  

4 hours ago by Herr W.

Fr mein aktuelles Projekt habe ich mir gleich eine Gleichung mit 2 Unbekannten aufgehalst. Ziel ist ein Desktop-Client der lokal Daten erfasst und bei bestehender Internetverbindung mit der Hauptdatenbank abgleicht. Na Bravo. Mein Wissen rund um die Programmierung von Desktopapplikationen rhrt noch ...

ICommentable Blog - icommentable.wordpress.com

Application.DoEvents  

5 hours ago by Joerg Reck

Habe ja in meinem letzten Blog angedeutet, dass ich ein wenig WPF mache Heute brauchte ich nun, oder besser wollte die Application.DoEvents benutzen.... Nix da .... Gott Sei dank habe ich hier eine Lösung gefunden Hoch lebe ...

Code Domain - codedomain.de/peanuts/codedom.nsf

Azure Simon  

7 hours ago by david.kelley

Davide Zordan posted a version of Silverlight Simon up in the cloud at http://azuretestapp.cloudapp.net Davide had also added multi touch support to the WPF version. You can check out the code on the codeplex project http://Simon.codeplex.com/

HackingSilverlight - hackingsilverlight.blogspot.com · Rank: 188,154 · 8 references

Property Undo/Redo Support  

8 hours ago by cromwellryan

Undo/Redo support is one of those golden features that really differentiate a client app from many web apps. There have been a number of methods/techniques to provide this support that I’ve run across from brute force, to the memento pattern, but none that lit any fire for me. Here’s my answer to th ...

Ryan Cromwell - cromwellhaus.com/blogs/ryanc/default.aspx · 4 references

Why Shouldn’t I use PRISM?  

8 hours ago by srobbins

Introduction PRISM, or Composite Application Guidance/Library for WPF/Silverlight, is a library and a corresponding guidance document that helps you to build loosely coupled “composite” WPF and Silverlight applications. The library itself “sits on top” of an Inversion of Control Container (Unity by ...

Grumpy Dev - grumpydev.com · 14 references

How to add Images to your Theme  

15 hours ago by admin

I’ve struggled a bit with this subject. How does one add Images to a Project using a Theme. You probably, like me, would like the Images in your application to be depending on the Theme that’s loaded. One could add the Images using code behind depending on the Theme loaded but that’s not very nice. ...

Paul's Blog - sinnema.ch/blog

Audio WaveForm Drawing Using WPF  

19 hours ago by Mark H

A while ago I blogged about how to display audio waveforms in WinForms. Porting this code to WPF is not as simple as it may first appear. The rendering models are quite different. In Windows Forms, you can draw points or lines using GDI functions. You are responsible for drawing them all every time ...

Mark .NET - mark-dot-net.blogspot.com · 15 references

Book progress  

19 hours ago by sacha

I would just like to say a big thanks for all of you who supported the idea of me writing a book with some fellow geeks. Unfortunately due to the publishers short sightedness and general idiot attitude this is no longer happening. I am actually now happy about this decision, any I honestly do not kn ...

sachabarber.net - sachabarber.net · Rank: 197,868 · 22 references

Dependency Properties in WPF & Silverlight Event in San Francisco  

22 hours ago by Lino Tadros

When: Wednesday, 7/15/2009 at 6:30 PM Where: Microsoft San Francisco Office, 835 Market Street, Suite 700, San Francisco Lino Tadros, Chairman & CEO of Falafel Software is presenting this session at the Bay.NET User Group at the Microsoft offices in San Francisco on July 15th 2009 starting 6:30 PM. ...

Falafel Blog! - blog.falafel.com · 1 reference

03
Jul
2009
How to get the EventArgs as a CommandParameter using the ...  

1 day ago by marlongrech

I have been asked many times how can I get the event args as a command parameter when using the AttachedCommandBehaviour. Well the library does not support such a feature. I can do that yet I feel like the EventArgs should not flow down to the ViewModel because as such that is a UI thing… Yet in som ...

C# Disciples - marlongrech.wordpress.com · Rank: 26,669 · 44 references

Previous1234567