|
|
|
start date: Mon, 13 Aug 2007 02:10:46 -0400,
posted on: microsoft.public.dotnet.languages.vb.controls
back
| Thread Index |
|
1
Bernie Hunt
|
|
2
Herfried K. Wagner [MVP]
|
|
3
Bernie
|
|
4
Sean Liming \(MVP\)
|
|
5
Sean Liming \(MVP\)
|
Container for Images
I need to display a set of images, much like how a listbox displays text.
Can anyone suggest a control that will do this for me?
I've never worked with images like this before so I appologize for my
ignorance.
Thanks,
Bernie
Date:Mon, 13 Aug 2007 02:10:46 -0400
Author:
|
Re: Container for Images
"Bernie Hunt" schrieb:
>I need to display a set of images, much like how a listbox displays text.
>Can anyone suggest a control that will do this for me?
>
> I've never worked with images like this before so I appologize for my
> ignorance.
Without knowing the exact scenario, you may want to take a look at the
listview control.
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Date:Mon, 13 Aug 2007 19:25:22 +0200
Author:
|
Re: Container for Images
> Without knowing the exact scenario, you may want to take a look at the
> listview control.
The application is using digital signatures. The form needs to display
all the captured signatures that have not been identified and a list
of people who signed in. The user then matches the signature to the
person. During a busy period, there could be 50 or 60 signatures
awaiting matching, so some kind of scrolling container would be great
for displaying the signature images.
I was not aware I could put images in a listview.
Bernie
Date:Mon, 13 Aug 2007 12:05:26 -0700
Author:
|
Re: Container for Images
I have a communication program using the SerialPort control. The application
performs the serial read in sPort_DataReceived thread and data is displayed
in a RichTextBox using the callback/invoke routine. The Vertical control
scroll bar is enabled so the user can scroll up and down to see the data
that has scrolled.
As data is comming, the Vertical scroll bar jumps to the top. I would like
to see the Vertical scroll bar position itself on the last line or the
bottom of the RichTextBox. Is there a way to do setting this?
Regards,
Sean
"Bernie Hunt" wrote in message
news:e8hInDX3HHA.4476@TK2MSFTNGP06.phx.gbl...
>I need to display a set of images, much like how a listbox displays text.
>Can anyone suggest a control that will do this for me?
>
> I've never worked with images like this before so I appologize for my
> ignorance.
>
> Thanks,
> Bernie
>
Date:Sun, 19 Aug 2007 23:56:06 -0700
Author:
|
Re: Container for Images
Sorry - it is late, and I hit the wrong button to post a message.
-Sean
"Sean Liming (MVP)" wrote in message
news:%23XcHzcv4HHA.5796@TK2MSFTNGP05.phx.gbl...
>
> I have a communication program using the SerialPort control. The
> application performs the serial read in sPort_DataReceived thread and data
> is displayed in a RichTextBox using the callback/invoke routine. The
> Vertical control scroll bar is enabled so the user can scroll up and down
> to see the data that has scrolled.
>
> As data is comming, the Vertical scroll bar jumps to the top. I would
> like to see the Vertical scroll bar position itself on the last line or
> the bottom of the RichTextBox. Is there a way to do setting this?
>
> Regards,
>
> Sean
>
> "Bernie Hunt" wrote in message
> news:e8hInDX3HHA.4476@TK2MSFTNGP06.phx.gbl...
>>I need to display a set of images, much like how a listbox displays text.
>>Can anyone suggest a control that will do this for me?
>>
>> I've never worked with images like this before so I appologize for my
>> ignorance.
>>
>> Thanks,
>> Bernie
>>
>
Date:Sun, 19 Aug 2007 23:59:21 -0700
Author:
|
|
|