Wingdings on the CF v2.0?

  • Thread starter Thread starter Alain Dekker
  • Start date Start date
A

Alain Dekker

Does the CF v2.0 support WingDings? I'm trying to put a tick box on a button
by setting the font label and setting the text to character 252 (hex "fc")
as follows:

button.Text = "\xfc";

but on the machine it comes back with a u with a German-style umlaud.

Thanks,
Alain
 
Incidentally, the u with umlaud is character 252 in the Arial and Tohama
fonts (which are supported on the CF v2.0), suggesting that Wingdings is not
supported and the OS / compiler has changed the font to something that is
supported.

Any advice,
Alain
 
Back
Top