March 2005 Entries

Implementing UPnP Nat Traversal

posted @ Thursday, March 31, 2005 10:29 AM | Feedback (33)

Exif Properties in .Net - Part 2 : creating new properties

posted @ Sunday, March 27, 2005 8:04 PM | Feedback (7)

Minimizing a window to the System Tray on a Close event

posted @ Saturday, March 26, 2005 12:02 PM | Feedback (6)

COM Interop without additional assemblies

posted @ Thursday, March 24, 2005 12:08 AM | Feedback (5)

About Ajax hype

posted @ Tuesday, March 22, 2005 7:40 PM | Feedback (0)

Avalon TCP March 2005

posted @ Tuesday, March 22, 2005 7:13 PM | Feedback (2)

Managed Gdi Wrapper for Better Performance

The days of Avalon have not come yet and Gdi Plus is surely a nice API to create wonderfull UI whith transparency and gradients, but it has a plumbing caveats : It cannot benefit of graphic cards acceleration. Let's see how to wrap Gdi gently in Managed Code to take benefit of it...

posted @ Tuesday, March 22, 2005 7:04 PM | Feedback (3)

HotDog's Code Formatter

posted @ Friday, March 18, 2005 6:33 PM | Feedback (1)

Exif Properties in .Net - Part 1 : (fast) loading

posted @ Thursday, March 17, 2005 11:51 AM | Feedback (4)

Resharper 1.5

posted @ Friday, March 11, 2005 7:17 PM | Feedback (1)

Avalon CTP

posted @ Thursday, March 10, 2005 7:19 PM | Feedback (1)

Image.FromStream : "Cannot access a closed Stream" exception

The problem with underlying managed APIs is that you never really know how they behave. Documentation is the key of using this kind of API accurately. Unfortunately, writing documentation is very tedious, and implementation details are so easy to forget… This is what happens with Image.FromStream. Yesterday, I was talking about the ‘move to stream start’ issue, and today I’ll take about the issue described in the KB814675 article

posted @ Wednesday, March 09, 2005 8:00 PM | Feedback (2)

Image.FromStream, another System.Drawing workaround

Since Buz is gone skiing, I'm alone to code the PixVillage next version... and I can tell you there will be a lot of good things in it. But that's not what I wanted to talk about. You've surely already loaded a Image from a Stream. This is really easy... except when the image is not as the beginning of the stream. There's a simple and elegant workaround to make Gdi+ read image from where you want.

posted @ Tuesday, March 08, 2005 6:07 PM | Feedback (2)

First UI trick, the submenu arrow in OwnerDraw menus

Has Buz said, there are everyday a lot of things to solve to make a software like PixVillage work. C# and the .Net framework are really nice tools to develop fast, but there are still so much things you have to do yourself ! This Article focus on the submenu arrow when drawing OwnerDraw menus. Where it appears that Gdi+ and Gdi do not always behave as you might think...

posted @ Friday, March 04, 2005 6:20 PM | Feedback (2)

Soon blogging...

posted @ Friday, March 04, 2005 12:17 AM | Feedback (0)