Mike Trethowan

Pen Truth Contributor

To continue with the idea presented in my last two posts, I will show how to group Context Menu item selections under the same event.

Mike Trethowan

Pen Truth Contributor

To expand on the idea presented in my post; VB.NET Quick Tip – How To Radio Button Hack, I will show how to group regular form button presses under the same event.

Mike Trethowan

Pen Truth Contributor

Over the years I have written several programs the rely on radio buttons for some function or another.  The first time that I worked with radio buttons the project had several of them in one group box.  After clicking on each one and having ten events to fill with code I thought that there has to be a better way and asked myself, “I wonder if I can have one event handle several Radio Button Checked Changed events.”

Mike Trethowan

Pen Truth Contributor

Database Tutorial Source Code :

As promised, here is my complete code for the data base tutorial.  This represents a cleaned up and tested version, so I hope it is helpful to those learning database programming.  Enjoy.