Japanese Win98
-
I have problems with dialogs under japanese win98 the length and hight of the dialogs are false. the strings in the buttons are very small, all controlls are on a wrong place how can i solve this problem??? who can help me? can i do something in oninitdlg?:confused:
-
I have problems with dialogs under japanese win98 the length and hight of the dialogs are false. the strings in the buttons are very small, all controlls are on a wrong place how can i solve this problem??? who can help me? can i do something in oninitdlg?:confused:
Hello, the codegurus around the world.;) In fact, I have the same experience as yours. After I developed some application on English Windows, and I imported the same application to Japanese Windows, the button layout is so weired sometimes. In this case, I will work on Japanese OS to fix these stuffs. I heard that Windows XP improve to show English letter more clearly. Have a nice day!
-Masaaki Onishi-
-
I have problems with dialogs under japanese win98 the length and hight of the dialogs are false. the strings in the buttons are very small, all controlls are on a wrong place how can i solve this problem??? who can help me? can i do something in oninitdlg?:confused:
Make sure the FONT line in your dialog resource says "MS Shell Dlg". The VC resource editor defaults to "MS Sans Serif" which works incorrectly on DBCS languages. --Mike-- http://home.inreach.com/mdunn/ A recent survey reports that 1/4 of all internet users in England surf for porn. The other 3/4 just didn't want to admit it.
-
I have problems with dialogs under japanese win98 the length and hight of the dialogs are false. the strings in the buttons are very small, all controlls are on a wrong place how can i solve this problem??? who can help me? can i do something in oninitdlg?:confused:
-
Make sure the FONT line in your dialog resource says "MS Shell Dlg". The VC resource editor defaults to "MS Sans Serif" which works incorrectly on DBCS languages. --Mike-- http://home.inreach.com/mdunn/ A recent survey reports that 1/4 of all internet users in England surf for porn. The other 3/4 just didn't want to admit it.