Search Results

2
votes

What is the shortcut key for Run to cursor

The default is CTRL+F10 but it can be overridden. The place to find what your current shortcuts are and change them is Tools Cust …
0
votes

Click through transparency for Visual C# Window Forms?

If what you want is a hole through your window, set the TransparancyKey on your main form to some color (I chose Blue) and set the BackColor of the panel you want to click through to the same color …