You might think it's weird why I am asking this here?
But I really really can't find it 0.o.
I've googled pretty long...
Can you help me?
Printable View
You might think it's weird why I am asking this here?
But I really really can't find it 0.o.
I've googled pretty long...
Can you help me?
I've seen to, I don't get the crap around it plus I can't find the code in the code.
If you know what I am saying.
But thank you!
Edit:
Quote:
{
if (e.KeyCode == Keys.ControlKey && e.Modifiers == Keys.Alt && e.Modifiers == Keys.Delete)
e.Handled = true;
base.OnKeyDown(e);
}