Docklets in .NET / C#?
Any interest?
Hey everybody,
Poke your developer friends, I'm interested in hearing if anyone would be interested in writing docklets in .NET languages such as C#. Considering adding the ability to do so. Would allow for simple operation such as overloading the Paint method to do drawing, and performcing drawing via just drawing to the provided graphics object just like it were a regular window, etc etc etc. This as well as assistance in creating/drawing-to/animating alpha-blended windows for creating flyouts and whatnot. Not to mention all the benefits that the .NET libraries offer for making things quickly and easily. Would require .NET 2.0. If someone made me up a particularly sweet sample we'd consider doing 3.0 as well ha.
Thoughts?
-Jeff Bargmann
ObjectDock Lead Developer
perhaps I should wait till the code is available and debug it to see what's going on. I briefly looked into doing an interop utility and then I realised what a nightmare it would be marshalling all the data. It would certainly be interesting to see how you've done it