Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

disappearing images

Status
Not open for further replies.

alku83

Technical User
Apr 5, 2001
4
AU
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top