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 different embedded resource images to the image property of the picturebox, on these different events. When first starting the wizard, these picture boxes are hidden, until the user has moved through a couple of initial screens. Once they have moved through these initial screens, the Next/Previous pictureboxes appear, by calling something like NextPictureBox.Show().
My problem is that on one particular persons machine, the Show event does not appear to be successful. The pictureboxes simply do not ever appear. This has never happened on any other machines, and I cannot see that there is anything unusual about this persons machine/setup.
Any clues?
Thanks,
Ben.
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 different embedded resource images to the image property of the picturebox, on these different events. When first starting the wizard, these picture boxes are hidden, until the user has moved through a couple of initial screens. Once they have moved through these initial screens, the Next/Previous pictureboxes appear, by calling something like NextPictureBox.Show().
My problem is that on one particular persons machine, the Show event does not appear to be successful. The pictureboxes simply do not ever appear. This has never happened on any other machines, and I cannot see that there is anything unusual about this persons machine/setup.
Any clues?
Thanks,
Ben.