Click here to Skip to main content
15,881,836 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everyone,

In my vb.net 2008 Project, I am binding dataset (that include ItemID and ItemName) to combo box (ItemID to ValueMember and ItemName to DisplayMember) that use zaw gyi unicode font. Then i set Auto Complete Mode property of Combo box to "SuggestAppend" and AutoCompleteSource property of Combo box to ListItems. Whenever i choose one of list item then keydown, the Selected Value of that combo box is automatically change to another value and also item. How can i do that ? Please help me everyone.

Regards,
nway nge
Posted

I think it's because of zawgyi version. How about trying another zawgyi version? It will work.
 
Share this answer
 
Do u mean Zawgyi font can't display properly at ListItem or
Combobox listitem selected value is changing?
 
Share this answer
 
Comments
nwayynge 14-Mar-13 6:31am    
Combobox listitem display properly. But when i choose an item(with myanmar font) and press enter, it will automatically change to another item.
change your project framework to 4.0, it works in framework 4.0
 
Share this answer
 
AutoComplete does work since a font cannot possibly affect AutoComplete. AutoComplete compares string values. Strings do not contain any font information at all.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900