Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my WPF application, I am unable to see few characters as the content of WPF controls.

For ex: I have defined a Textblock and its text (a bullet mark) as
XML
<TextBlock Text="&#8226;&#160;&#160;"/>

and a button and its content(a ? sign) as
C#
<Button Content="?" />

However, in few of the users machines these symbols are not displayed. It is displayed just blank.

Does anybody have any idea why this is not working fine in only few machines. We are using .NET Framework 3.5 version.

Please help resolve this issue.

Thanks,
RBK
Posted
Updated 8-Dec-11 15:37pm
v2
Comments
[no name] 8-Dec-11 21:37pm    
EDIT: added "pre" tag
Addy Tas 10-Dec-11 10:20am    
Could these machines have different language settings?
Cheers, AT
rb.karanam 10-Dec-11 13:37pm    
No. These are all in the same corporate network

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900