Alaska Software Inc. - ImageList() from Axctrls.prg
Username: Password:
AuthorTopic: ImageList() from Axctrls.prg
AUGE_OHRImageList() from Axctrls.prg
on Mon, 22 Sep 2008 02:37:24 +0200
hi,

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 ZieglerRe: ImageList() from Axctrls.prg
on Mon, 22 Sep 2008 03:47:23 +0200
Hi,

> 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_OHRRe: ImageList() from Axctrls.prg
on Mon, 22 Sep 2008 05:27:49 +0200
hi,

> I cannot find it in  ..\SOURCE\SYS\axctrls.prg

v1.9.331

greetings by OGR
Jimmy
Hector Pezoa GonzalezRe: ImageList() from Axctrls.prg
on Sun, 21 Sep 2008 22:25:22 -0400
See

http://hyper.sunjapan.com.cn/~hz/win32/commctl5.htm


"AUGE_OHR" <AUGE_OHR*AT*WEB.DE> escribi en el mensaje 
news:71379cba$f4600d3$6fb@news.alaska-software.com...
> hi,
>
> 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
>
AUGE_OHRRe: ImageList() from Axctrls.prg
on Mon, 22 Sep 2008 05:34:45 +0200
hi,

> 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_OHRRe: 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