Using System.Drawing to draw a crosshair on the desktop?
问题 I'm trying to create a very small c# utility application that will utilize System.Drawing to draw a full screen, static, fixed cross-hair on my desktop so that I can align some desktop items to the relevant screen center. I tried looking up a few examples but didn't come up with a whole lot and was wondering if anyone had any experience in this area. I would prefer not making a transparent full screen window to accomplish this feat if possible. 回答1: Loads of issues come up when you try this.