On Mar 12, 2006, at 12:47 PM, Jonathon Bevar wrote:
I need to add a Check Mark to a listbox, I don't want to use the
checkbox function but a check mark image. How can I do that?
You could try using setting a string to a character checkmark to be
inserted into that column.
Dim checkMark As String
checkMark = Encodings.UTF8.chr(10003)
(✓)
However, this will only work if the font you are using has this
checkmark character within it. I don't know if it will appear within
the parenthesis above going through the mail.
=== A Mac addict in Tennessee ===
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>