CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Image on Button

  1. #1
    Join Date
    Aug 2000
    Posts
    670

    Question Image on Button

    How can I know what image I assigned to a button?
    (I assigned images for buttons using Image.FromFile).

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    store a name of image in Button's Tag property which is object and cast it to string and vice-versa

    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