using Formlib
Hi Erel,
I have add the Formlib to my code but the chinese characters in sqlite still couldn't display correctly.
here is a what I have done.
Sub App_Start
Form1.Show
Formlib.New1("Form1",B4PObject(1))
Formlib.ChangeFont("ListBox3","simsun")
Formlib.ChangeFont("Table1","simsun")
...
The fonts are now changed to simsun but it's still display as square boxes...
Help!
Here is my sqlite data and code.
http://www.ecdiy.com.tw/b4p/sqlite_chinese.zip
---
Are there any vietnamese b4p users? I have a project to develop a free vietnamese <-> chinese<-> english dictionary for WinCE devices... let me know if any of you are interested.