im really a beginner user
look,i have a problem
in visual basic 6.0 i created :-
one image
one imagelist
a button to display an index of imagelist
so here the code
i put a background image for Image1
then i inserted 5 picture after right click at ImageList1 at form
so,if want to display picture index no 2
i implement this code
Image1.Picture = ImageList1.ListImages(2).Picture
----------
So,now i using Visual C++ Ekpress
i create one picture box ( Picturebox1)
and imagelist and button.(ImageList1 , Button1)
so i put same 5 picture there at imagelist but i still don't get the code how to display it when i try to display image from ImageList1.btw i can't find Image component to use.so i used PictureBox1
thx
look,i have a problem
in visual basic 6.0 i created :-
one image
one imagelist
a button to display an index of imagelist
so here the code
i put a background image for Image1
then i inserted 5 picture after right click at ImageList1 at form
so,if want to display picture index no 2
i implement this code
Image1.Picture = ImageList1.ListImages(2).Picture
----------
So,now i using Visual C++ Ekpress
i create one picture box ( Picturebox1)
and imagelist and button.(ImageList1 , Button1)
so i put same 5 picture there at imagelist but i still don't get the code how to display it when i try to display image from ImageList1.btw i can't find Image component to use.so i used PictureBox1
thx