How to draw on top of the right-click menu in .NET/C#?
问题 I'm developing an assistive technology application (in C#) that overlays information on top of the currently open window. It detects clickable elements, and labels them. To do this, I'm currently creating a borderless, transparent window with TopMost set to "true", and drawing the labels on that. This means there is always a window hovering in front of the current application, on which I can draw the labels. The problem is, this window doesn't cover the right-click menu - only other windows.