Can't write in an application created in Visual Basic 6
A Vietnamese keyboard for Windows and Linux
Brought to you by:
pklong
Hello Sir,
I am using an old application created in visual basic 6. When using the windows input method, I can type all special characters. When I use Unikey, I can type only some of the characters: for example aa works fine, aw shows a question mark.
I tried to add the fonts for non unicode software, but i still have the problem.
I am using:
Thanks in advance,
Bruna Forti
Italy
Anonymous
Because the font is choosen by the visual basic application, so installing unicode fonts will not work (the application still choose the font programmed).
My idea is, change font in code to some font like Arial and recompile the application.