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

    change toolbar buttons sizes

    dose somone know if i can make in one toolbar buttons with different dimeantions.
    i need that one of my buttons would be weidther.
    if somone know it would be grate thanks


  2. #2
    Join Date
    Jan 2000
    Location
    Pennsylvania, United States
    Posts
    106

    Re: change toolbar buttons sizes

    Someone may know better...

    But I believe your image sizes are determined by the image list that your toolbar is obtaining the image from.

    You can create a custom size in the image list. However I believe all of your images will be that custom size. (and hopefully it would work when resassigning it to the toolbar).




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