CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2000
    Posts
    670

    Question Show and hide picture on a button

    I'm tring to build a memory game.
    How can I hide a picture and show it?
    I load the pictures using FromFile, but how can I hide it?

  2. #2
    Join Date
    Dec 2000
    Location
    Slovakia
    Posts
    1,043
    If you are talking about the Button class and its property BackgroundImage, just try to assing null value to that property when you want to hide the image on the button...

    If you don't mean the Button class and BackgroundImage, change the subject of your post and write additional info about the problem you've arived into...

    martin

  3. #3
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    RYE

    plz. provide additional information regarding your post.

    paresh
    - Software Architect

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured