Map Functions Keys with buttons on Window Form in C# and VB using .NET 2.0
Author: Zunnair Download Source Code : 728_MapButtons.zip
In this simple article you will learn that how you can Map Functions Keys with buttons on Window Form.
Simply just create New Project of windows application in C#.
Drag 4 buttons on the form.
Now write following code on form Load
C#
VB
Now write following code on Button Click events
C#
VB
Now write following code Key down Events
C#
VB
Now your buttons events are mapped on functions keys.
|