Arabic (Farsi) Application ...
-
Hi all, Now, I've Farsi support on my PPC 2003 device. My development environment is eVC 4.0 ... The problem is i cannot show my label texts on the application's dialog :( The project type is Unicode. I use below code but it doesn't work:
SetDlgItemText( IDC_STATIC_NAME, _T("Some setence in Farsi ...") );
I used MultiByteToWideChar function too but my strings doesn't display correctly in the labels :( Please help me ... Regards, Hadi -
Hi all, Now, I've Farsi support on my PPC 2003 device. My development environment is eVC 4.0 ... The problem is i cannot show my label texts on the application's dialog :( The project type is Unicode. I use below code but it doesn't work:
SetDlgItemText( IDC_STATIC_NAME, _T("Some setence in Farsi ...") );
I used MultiByteToWideChar function too but my strings doesn't display correctly in the labels :( Please help me ... Regards, HadiHi, I found the answer :) Thank you anyway :rose: Regards, Hadi
-
Hi all, Now, I've Farsi support on my PPC 2003 device. My development environment is eVC 4.0 ... The problem is i cannot show my label texts on the application's dialog :( The project type is Unicode. I use below code but it doesn't work:
SetDlgItemText( IDC_STATIC_NAME, _T("Some setence in Farsi ...") );
I used MultiByteToWideChar function too but my strings doesn't display correctly in the labels :( Please help me ... Regards, HadiCan you Please tell me what is the Procedure should i follow for my PocketPC to support Farsi.
-
Can you Please tell me what is the Procedure should i follow for my PocketPC to support Farsi.
It helps alot: Arabic Support for Windows CE[^] Regards, Hadi