tags:

views:

66

answers:

1

Enter code here

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

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

Pierre-Alain Vigeant
What is this 101010 button? 101010 = 42(decimal) = "(ascii) = *(ansi)= confused
Byron Whitlock
42 is the answer to life
Pierre-Alain Vigeant
It's in the button bar above the area where you type your questions and answers. It marks the selected text as code.
Eric Minkes
ty that was what i needed, and 2*42 is 84, 84/7 is 12 and 12 in hex is C so actually C is the answer to life.
Darkmage
But what's the question?!
Steven Sudit
@Darkmage 84 / 7 ... The 7 comes from 42 / 6. And 6 comes from the 12 divided by 2. And the 2 used to multiply 42 in the first place. That's recursion in insanity.
Pierre-Alain Vigeant