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

    No images in the Toolbar

    I have a toolbar control along with an Image List control on my form.Although the toolbar buttons are created perfectly and their tool tips work alright, the images fail to load.I have tried the same in VB5.0 and it works fine!!!
    Can somebody tell me if there is some different way to use toolbar control in VB6.0
    Thankx in Advance....


  2. #2
    Join Date
    Oct 1999
    Posts
    25

    Re: No images in the Toolbar

    I've only worked with the toolbar a couple times, but you may have to change the button type or one of the properties from the default (maybe check or uncheck one of the boxes) for it to display an image. And the other thing I noticed is that all your images in an image list have to be the same size, otherwise it does not work right.

    Sky1000


  3. #3
    Join Date
    Aug 1999
    Location
    Pakistan
    Posts
    366

    Re: No images in the Toolbar

    I got it.There is one value that u have to supply and that is image value in addition to index.Then it works fine.Thankx anyway....


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