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...
well if the user doesnt has the font you are using (in the case you use something that is not wingdings) then something else might come up insted, so you need to always include the font file on your installer.