Page 1 of 1

ThumbnailEX Thumb size in ActiveX VB6

Posted: Fri Mar 22, 2013 6:20 pm
by anasrallah
is there a way to change the size of the thumbnail when using the ThumbnailEX control in vb6?
also is there a way to prevent selection of the control and make it behave like a picture box

Re: ThumbnailEX Thumb size in ActiveX VB6

Posted: Sun Mar 24, 2013 11:00 pm
by Loïc
Yes, just use the SetItemsSize() method.

kind regards,

Loïc

Re: ThumbnailEX Thumb size in ActiveX VB6

Posted: Sun Mar 24, 2013 11:06 pm
by anasrallah
what about my second question

thanks for the reply

Re: ThumbnailEX Thumb size in ActiveX VB6

Posted: Mon Mar 25, 2013 7:28 pm
by Loïc
This is not possible, sorry.

Re: ThumbnailEX Thumb size in ActiveX VB6

Posted: Tue Mar 26, 2013 3:55 am
by anasrallah
okay
what is the value of the SelectedThumbnailBackColor Property that I can assign to make the selection transparent and prevent it from adding a shade to the thumbnail when selected.

Re: ThumbnailEX Thumb size in ActiveX VB6

Posted: Tue Mar 26, 2013 3:56 am
by anasrallah
and is there a way to not make the thumbnail control selected by default when the LoadFromGdPictureImage function is called?