unicode text in dialog controls

M

M.Komeily

i want to set farsi text in static control or button.
but VC++ .NET resource editor cant permit.
whereas VC# and VB can. how can i solving this problem.
sincerely m.komeily
 
D

David Lowndes

i want to set farsi text in static control or button.
but VC++ .NET resource editor cant permit.
whereas VC# and VB can. how can i solving this problem.
sincerely m.komeily

Until some future version of the resource editor supports Unicode, I
believe the only way is to not use the IDE editor. I think I'm right
in saying that the resource compiler can compile Unicode resources, so
you could edit them using Notepad or any other text editor that can
handle Unicode files.

Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top