Bamboozled
New member
- Joined
- Aug 22, 2011
- Messages
- 2
- Programming Experience
- 3-5
I have a form to display in textboxes text which has been read in from a txt file. The data can contain accented characters from European languages (French, Spanish etc.) but when these occur the display is corrupted. How do I configure VB.NET to handle these characters (I am assuming there is some setting to do this rather than having to write code to process all input)? Thanks.