Search code examples
c#forum

how to properly insert c# code in to theese forms on this webpage?


private void Form1_MouseEnter(object sender, EventArgs e)
{
    this.Opacity = 1.0;
}

Solution

  • Paste your code, select it, and press the "101 010" button, or press the control+k shortcut.