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

Thread: Button images

Threaded View

  1. #15
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Button images

    1) Add a new button derived class to your project from the code in the link.
    2) Compile the project
    3) Open the form in designer view
    4) Drag your custom button onto the form
    5) Highlight the button in the designer
    6) In the properties window, set the properties.
    Attached Files Attached Files

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