Populating a list box with images

  • Follow


Is it possible to populate an access list box with images? 
This is what I am trying to accomplish: I have a folder on my desktop with 
images. I would like a list box to display all of them. My user can then 
select the images he is interestd in. How can I accomplish this? Notice that 
I would like to use a list box or a similar control; not an image box linked 
to my list box.

Thanks
0
Reply Utf 5/10/2010 2:19:01 PM

As far as I'm aware, there's no way to accomplish this using the built-in 
Access List Box control.

You could always create a subform that does what you want and use the 
subform instead of a list box.

-- 
Doug Steele, Microsoft Access MVP
http://www.AccessMVP.com/DJSteele
(no e-mails, please!)

"Jess" <Jess@discussions.microsoft.com> wrote in message 
news:12F64010-B35C-4D3A-AE4E-016B3D5C3A3B@microsoft.com...
> Is it possible to populate an access list box with images?
> This is what I am trying to accomplish: I have a folder on my desktop with
> images. I would like a list box to display all of them. My user can then
> select the images he is interestd in. How can I accomplish this? Notice 
> that
> I would like to use a list box or a similar control; not an image box 
> linked
> to my list box.
>
> Thanks 


0
Reply Douglas 5/10/2010 2:53:21 PM


Thanks for your helpful answer. Can post any links or code showing how to 
accomplish this? I am pretty sure that I am not the first one encountering 
this issue.

Thanks


"Douglas J. Steele" wrote:

> As far as I'm aware, there's no way to accomplish this using the built-in 
> Access List Box control.
> 
> You could always create a subform that does what you want and use the 
> subform instead of a list box.
> 
> -- 
> Doug Steele, Microsoft Access MVP
> http://www.AccessMVP.com/DJSteele
> (no e-mails, please!)
> 
> "Jess" <Jess@discussions.microsoft.com> wrote in message 
> news:12F64010-B35C-4D3A-AE4E-016B3D5C3A3B@microsoft.com...
> > Is it possible to populate an access list box with images?
> > This is what I am trying to accomplish: I have a folder on my desktop with
> > images. I would like a list box to display all of them. My user can then
> > select the images he is interestd in. How can I accomplish this? Notice 
> > that
> > I would like to use a list box or a similar control; not an image box 
> > linked
> > to my list box.
> >
> > Thanks 
> 
> 
> .
> 
0
Reply Utf 5/10/2010 6:33:01 PM

Afraid I'm not aware of any links for this.

Just create a form in Continuous view so that it displays rows of data, and 
add that form as a subform.

Another possibility might be to look for third party controls that support 
this.

-- 
Doug Steele, Microsoft Access MVP
http://www.AccessMVP.com/DJSteele
(no e-mails, please!)

"Jess" <Jess@discussions.microsoft.com> wrote in message 
news:656E66C3-E213-4392-8ED6-93870EABD84E@microsoft.com...
> Thanks for your helpful answer. Can post any links or code showing how to
> accomplish this? I am pretty sure that I am not the first one encountering
> this issue.
>
> Thanks
>
>
> "Douglas J. Steele" wrote:
>
>> As far as I'm aware, there's no way to accomplish this using the built-in
>> Access List Box control.
>>
>> You could always create a subform that does what you want and use the
>> subform instead of a list box.
>>
>> -- 
>> Doug Steele, Microsoft Access MVP
>> http://www.AccessMVP.com/DJSteele
>> (no e-mails, please!)
>>
>> "Jess" <Jess@discussions.microsoft.com> wrote in message
>> news:12F64010-B35C-4D3A-AE4E-016B3D5C3A3B@microsoft.com...
>> > Is it possible to populate an access list box with images?
>> > This is what I am trying to accomplish: I have a folder on my desktop 
>> > with
>> > images. I would like a list box to display all of them. My user can 
>> > then
>> > select the images he is interestd in. How can I accomplish this? Notice
>> > that
>> > I would like to use a list box or a similar control; not an image box
>> > linked
>> > to my list box.
>> >
>> > Thanks
>>
>>
>> .
>> 


0
Reply Douglas 5/10/2010 6:57:31 PM

3 Replies
584 Views

(page loaded in 0.056 seconds)

Similiar Articles:
















7/24/2012 2:30:09 AM


Reply: