I'm trying to have in .NET 2.0 a transparent form, that is on top, invisible for mouse clicks but is possible to draw on it. I can easily reach this by setting the TransparencyKey to background color of the form. But there is one very easy to reproduce problem in all java programs (e.g. JDownloader, Vuze, Open Office): sometime when context menu is shown it leaves the part of (or whole) menu still visible after I click somewhere else. It is physically closed because it is unable to click on any item, but the image of it stays on my top invisible form - probably there was some problem in redrawing. I be very grateful for any help.
Hugo