Hello,
I've developed a wizard type application in VB.NET, where users move from one screen to the next by clicking on the Next/Previous buttons. These buttons are actually Pictureboxes, as I wanted to be able to handle the mouseDown, mouseOver etc images myself. This is achieved by allocating...