CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Posts
    65

    Whats best way to add graphic to button?...

    Hi,

    I have a number of buttons on my form. How can you add a graphic (Bitmap) to the button, so that the button isn`t shown when the program is run, but, when you click on the graphic the button still operates correctly.

    Any Info appreciated

    Thanks

    Mark




  2. #2
    Join Date
    Aug 2000
    Location
    KY
    Posts
    766

    Re: Whats best way to add graphic to button?...

    set the button style property to graphical and then set the picture property to the image that you want.



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