I am creating a UI framework that is in someways similar but also very
different to the .Net IDE. The user can drag & drop framed panels anywhere,
float them, split them, etc, etc.

What I have been trying to do is recreate the Drag&Drop hints as in Visual
Studio 2005 IDE. I have tried BilBlt, adding a transparent control over the
drop control and other methods. Some get pretty close to working but I'm not
quite happy with the solution.

Has anyone done this before or have any idea to the best way to do it?

Thanks.
J.