We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 73,285 times

Contents

Related Categories

Image List Control - Introduction

Introduction

The Image List control allows you to add images to your program, which you can use in the other Common Controls (Toolbar, TreeView, ListView etc). To add the ImageList control to your VB project, click Project|Components, and check the box next to Microsoft Windows Common Controls x.x where x is the version of Visual Basic you are using.

REQUIRED FILES

If you will be installing a program using the ImageList control, you need to distribute the following files:
MSCOMCTL.OCX - 1MB (VB 6 SP3) or
COMCTL32.OCX - 596KB (VB 5 SP3)

James first started writing tutorials on Visual Basic in 1999 whilst starting this website (then known as VB Web). Since then, the site has grown rapidly, and James has written numerous tutorials, articles and reviews on VB, PHP, ASP and C#. In October 2003, James formed the company Developer Fusion Ltd, which owns this website, and also offers various development services. In his spare time, he's a 3rd year undergraduate studying Computer Science in the UK. He's also a Visual Basic MVP.

Comments

  • Visual Basic

    Posted by Anuradha on 23 Jul 2002

    I am new to VB and I am sort working thru exercises in a book

    I came across one that has me a bit stuck
    It basically says to create a form with two ImageList Controls ,add the images to one con...

  • Posted by battleangel444 on 18 Apr 2002

    hey i hope this helps i was tryin to do the same thing you were tryin to do and i stuble upon your topic, try using this

    ImageList1.ListImages.Add ImageList1.ListImages.count + 1, , LoadPicture(txt...

  • dynamically populating imagelist

    Posted by theoskii on 09 Apr 2002



    I am very new to VB and I am sort working thru exercises in a book

    I came across one that has me a bit stuck
    It basically says to create a form with two ImageList Controls populate the first ...