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

I have a visual basic project,the application has textbox, button and datagrid controls.

I need to support unicode. Definitely, I can achive this if I convert VB project to either c# or VB.Net.

I imagine conversion process as lengthy task.That is why I am looking for any other solution other than conversion.

Can I modify my VB code or replace controls with third party controls to support unicode?



any help would be appreciated.

Regards,
Joy
Posted

1 solution

Quote:
Can I modify my VB code or replace controls with third party controls to support unicode?
In principle you could do it (and Google is your friend[^]).

However my advice is to completely rewrite it using C#.
 
Share this answer
 
Comments
Maciej Los 18-Dec-13 10:29am    
Holy words!
A 5!
CPallini 18-Dec-13 11:50am    
:-) Thank you, Maciej.

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