On Mar 31, 2008, at 8:18 AM, Tony Rudzki wrote:
> Is it possible to have a "list" of images that a user could select
> from?
Sure. Perhaps start by declaring an array property, imageList() As
Picture.
> What I am essentially trying to do is mimic an "icon selection"
> screen where you can select an image from a scrolling group of images
> for attachment to a data file. I know I could do it with imagewells,
> but I would rather do it with a "listbox" type of control.
Then I'd suggest doing it with a Listbox. :) No, seriously -- set
the DefaultRowHeight to an appropriate size, and draw each image in
the CellTextPaint event.
Best,
- Joe
--
Joe Strout
Inspiring Applications, Inc.
http://www.InspiringApps.com
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|