I'm trying to write a program in VB 2010 for my computing project.
The program is essentially a site that allows you to login/ register and once on the site you can access a Spanish Educational game with a selection of 5 different topics.

My issue here is that on the "Topics Form" I want there to be the 5 buttons that, when hovered over, display a description of the topic in a label to the right of the buttons.

I have been looking for a while and only come across Tooltips, which are useful but not what I am looking for.


Any guidance here would be much appreciated and I hope that I have made it clear enough.