I m making a windows app (WinForms) and would like my application to call a method when the user presses F5 - this should work no matter what the user is doing but they must be using the program - I don t want to use global hooks - any ideas?
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?