| Author | Topic: ImageList() from Axctrls.prg |
---|
| AUGE_OHR | ImageList() from Axctrls.prg
on Mon, 22 Sep 2008 02:37:24 +0200hi,
in C:\ALASKA\XPPW32\SOURCE\SYS\axctrls.prg there is a Methode
ImageList():Create( self )
where can i get more Information about ImageList() ?
greetings by OHR
Jimmy |
| Hannes Ziegler | Re: ImageList() from Axctrls.prg
on Mon, 22 Sep 2008 03:47:23 +0200Hi,
> in C:\ALASKA\XPPW32\SOURCE\SYS\axctrls.prg there is a Methode
>
> ImageList():Create( self )
I cannot find it in ..\SOURCE\SYS\axctrls.prg
> where can i get more Information about ImageList() ?
Ask Alaska for documentation... (It's their job)
Regards,
--
Hannes |
| AUGE_OHR | Re: ImageList() from Axctrls.prg
on Mon, 22 Sep 2008 05:27:49 +0200hi,
> I cannot find it in ..\SOURCE\SYS\axctrls.prg
v1.9.331
greetings by OGR
Jimmy |
| Hector Pezoa Gonzalez | Re: ImageList() from Axctrls.prg
on Sun, 21 Sep 2008 22:25:22 -0400 |
| AUGE_OHR | Re: ImageList() from Axctrls.prg
on Mon, 22 Sep 2008 05:34:45 +0200hi,
> http://hyper.sunjapan.com.cn/~hz/win32/commctl5.htm
wow ... much Background Info
... but it must be "more easy" while Sample use "ImageList():Create( self )"
so it is "build in" in v1.9.331 ... somewhere ... and other XbParts like
XbpTreeView() seems to use it "internal" ?
... wonder that Xbase++ does not have a XbpListView() Class ?
greetings by OHR
Jimmy |
| AUGE_OHR | Re: ImageList() from Axctrls.prg
on Sun, 03 May 2009 04:29:51 +0200> where can i get more Information about ImageList() ?
ImageList() ist Part of MsComCtl.OCX v6.x.
it does have a Property "ListImages".
:ListImages() have a Property "Item" to get the "ListImage"
(without "s" at the End)
:ListImage() have a Property "Picture" which is a IPictureDisp
ImageList:ListImages:item:Picture can be a ResourceID,Bitmap
or Object and, i think with SL1 a XbpIcon, using :getIPicture()
hope you now got a Idee what ImageList() is good for.
greetings by OHR
Jimmy
MS_IMAGELIST.JPG |