Posted by: Echoes January 25, 2006
anybody VB guru
Login in to Rate this Post:     0       ?        
It's one of the simplest things to do... First of all, create a Label object in the middle, and lets say call it myLabel1. Then, on the OnClick event of each of the buttons, just assign the label the text you want to see. For example, on the OnClick event of the "Sci-Fi" button, all you'd do is something like this: myLabel1 = "Aisle 4" And do that for every button...with appropriate aisle assigned for each.. Let me know if you need mroe help.
Read Full Discussion Thread for this article