ShockTester 2.0

Nachdem wir einen Featurerequest bekommen habe, dieser schnell und einfach einzubauen war bzw. ich das sowieso schon längst machen wollte, gibts jetzt eine neue Version. Neue Features: Man kann einstellen das die Aufzeichnung (Scrolling) weiterläuft auch wenn das...

Panoramas in Surface with Pano2VR

Pano2VR is a tool to create panoramas for QuicktimeVR or Flash. You can embed the Flash in your surface application and completly control it with multitouch by using the Pano2VR Flash Javascript API. Unfortunatly, the only way to embed your Flash is the Shockwave...

WPF Image Interop

Schon oft gesehen in Beispielen zu Image Interop ist folgender Code:   BitmapSource bitmap = System.Windows.Interop.Imaging.CreateBitmapSourceFromHBitmap(source.GetHbitmap(), IntPtr.Zero, Int32Rect.Empty,...

NTFS- Formatierter bootable USB Stick

Hallo, ich habe gestern versucht von einem USB-Stick zu installieren der mit NTFS Formatiert ist. Im „boot“ Verzeichnis der Vista Installations CD ist die „bootsect.exe“, mit dieser wird der Boot Sektor auf dem Stick erzeugt der Befehl lautet. Der Befehl wird im...

Opensource WordPress App – Public Beta

Erste Tests der WordPress Application für den Blackberry. Ich befürchte das es mit der Localization noch nicht ganz klappt, aber vom ersten Eindruck schaut das Tool schon sehr gut aus. Blogbeitrag und Downloadlink von Blackberrycool:...

Making use of WPF controls in a Surface application

There are already a lot of useful WPF UI controls that, with a few easy adjustments, can be used within a Surface application. Basically you only need to adjust mouse events to contact events. In this blog post I cover how you can make 2 controls Surface ready,...

MSBuild and EA (part 2)

Wie bereits angekündigt habe ich eine MSBuild Integration für EA gebaut. Dieses Addin bietet die Möglichkeit MSBuild Dateien in EA zu importieren und mit Hilfe der dazugehörigen MDG Technology, dessen Konfigurationen graphisch darzustellen. Als weiteres Feature wurde...