This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, December 6, 2006 11:23:07 AM(UTC)
Groups: Registered
Posts: 3
There is a way to browse a directory with an input field below each image to select a value ? (see attached example)
I am using Activex trial version .
Thanks
mark06 attached the following image(s):
#2
Posted
:
Wednesday, December 6, 2006 11:10:56 PM(UTC)
Groups: Registered
Posts: 3
sorry, I had forgotten the image !!!
mark06 attached the following image(s):
#3
Posted
:
Thursday, December 7, 2006 11:27:39 PM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You can use the OwnerDrawItems property to enable custom/user-defined
painting of the ImageList control's items, and draw your custom image on the
LEAD ImageList control's items. After that you can use the MouseDown event of
the ImageList control and pass the coordinates of the drawn image on the LEAD
ImageList item to change the input field.
#4
Posted
:
Friday, December 8, 2006 10:41:43 AM(UTC)
Groups: Registered
Posts: 3
Thanks,
using Vb .Net instead ?
#5
Posted
:
Sunday, December 10, 2006 3:16:55 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
If you want to use VB. NET you can use the RasterImageList.ViewStyle
and set it to OwnerDraw. After that you can use the MouseDown event of the
ImageList control and pass the coordinates of the drawn image on the LEAD
ImageList item to change the input field.
For more information about this, please
refer to the " RasterImageList.ViewStyle property" and the "RasterImageListViewStyle
Enumeration" topics in our .NET help file.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.