Harrie,

Thanks for the code example but in Window XP (big pain in the butt) it will not show the CheckMark, but it did show the Copyright symbol so it does work the basic code but not the chr(10003) part in Windows XP.

Ok then, How do I get to see a Check Mark so both Mac and Win systems can use it?

I have seen others use this CheckMark image or whatever in the ListBox.

Help anyone?

Thanks

Jonathon


----- Original Message ----- From: "Harrie Westphal" <[EMAIL PROTECTED]>
To: "Getting Started" <gettingstarted@lists.realsoftware.com>
Sent: Sunday, March 12, 2006 12:16 PM
Subject: Re: Adding a CHECK MARK in a Listbox



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>




--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.2.1/279 - Release Date: 3/10/2006




--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.2.1/279 - Release Date: 3/10/2006

_______________________________________________
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>

Reply via email to