Currysuechtig


Member since 07/26/2011

1 snippets

857 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

Currysuechtig's Recent SnippetsTagged forms



« Prev 1 Next »
Easily create Windows Forms Shortcuts with this class. For example: A shortcut to catch pasting via Ctrl + V. Shortcut sc = new Shortcut(this, new Action(() => MessageBox.Show("Data pasted!"))); sc.Keys.Add(Keys.ControlKey); sc.Keys.Add(Keys.V)...
0 694 posted 12 years ago by Currysuechtig
« Prev 1 Next »