unicode text in dialog controls

  • Thread starter Thread starter M.Komeily
  • Start date Start date
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
 
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
 
Back
Top