Results 1 to 5 of 5

Thread: Can I use a special character on a control?

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2006
    Location
    MI
    Posts
    2,012

    Can I use a special character on a control?

    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
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width