I want to set the text of a DataGridView button, in code, to a "checkmark" character. Using the Windows Character Map I found such a character in the Wingdings font (character code 0xFC), but I don't know how to use it in my code. I know how to set the text value using a standard character, but I don't know how to use special ones, or if it's even possible. Could someone please advise me? Thanks...
Here is the line of code I want to use:
Code:Me.DataGridView1.CurrentRow.Cells(6).Value = SomeSpecialCharacter




Reply With Quote