Hi, I discovered a difference between Mono and .NET in the class System.Windows.Forms.ScrollBar: In .NET it is an abstract class, in Mono it is not. I realized it, while an app crashed because I had mistyped HScrollBar as ScrollBar. No Problem in Mono but a big one for .NET. There was just this message: "Unknown Signal 79" - Juergen