Results 1 to 2 of 2

Thread: VB6 - SysBitmaps Control: Free Toolbar images, from Windows

  1. #1

    Thread Starter
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Post VB6 - SysBitmaps Control: Free Toolbar images, from Windows

    Here is a quicky for populating toolbars with standard bitmaps embedded in comctl32.dll.

    There is still (at least) one bug: if you load some large (24x24) bitmaps and then shift and load some small 916x160 bitmaps the small ones get corrupted. probably an issue with the way I'm using PictureBoxes in there.

    This is a control and not a class so that I can use those PictureBoxes to cut up the image-strip bitmaps instead of doing a lot of GDI API fiddling.
    Attached Images Attached Images  
    Attached Files Attached Files

  2. #2

    Thread Starter
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: VB6 - SysBitmaps Control: Free Toolbar images, from Windows

    Minor update to address old systems with old versions of comctl32.dll on them.
    Attached Files Attached Files

Tags for this Thread

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