| View previous topic :: View next topic |
| Author |
Message |
new_G Guest
|
Posted: Fri Mar 18, 2005 6:43 am Post subject: ListBox for pictures !! |
|
|
Hi,
I'd like to know if there's a Control that could contain more than 1 picture?
what i mean is something like ListBox but not for Text but for pictures.
( to display pictures , select 1 of them ...and so on )
thanks |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Fri Mar 18, 2005 7:42 am Post subject: |
|
|
| SplashImage !? |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Fri Mar 18, 2005 7:50 am Post subject: |
|
|
Gui, Add, Picture, vPic1, Logo1.gif
Gui, Add, Picture, vPic2, Logo2.gif
Gui, Add, Picture, vPic3, Logo3.gif
Gui, Show |
|
| Back to top |
|
 |
ILL.1
Joined: 29 Sep 2004 Posts: 84
|
Posted: Fri Mar 18, 2005 1:16 pm Post subject: |
|
|
Bobo, I believe he wants a listbox that shows images instead of text. Sort of like a file save when in thumbnail view.
new_g, there isn't a way to do that yet. You might make a request to Chris and see if it is a possibility. _________________ ===============
----------ILL.1-----------
=============== |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Fri Mar 18, 2005 1:23 pm Post subject: Re: ListBox for pictures !! |
|
|
| new_G wrote: | | something like ListBox but not for Text but for pictures | I believe that exists as a common control (one built into Windows) and if so, it will probably get added someday. But it will probably be at least a few months unless someone else codes it. |
|
| Back to top |
|
 |
New_G Guest
|
Posted: Fri Mar 18, 2005 5:14 pm Post subject: |
|
|
Hi ,
Chris wrote
| Quote: |
I believe that exists as a common control (one built into Windows) and if so, it will probably get added someday. But it will probably be at least a few months unless someone else codes it.
|
yes, that exists and here is a screen shot
ex:
right click over any shortcut icon > properties > change icon ...
thanks |
|
| Back to top |
|
 |
|