Re: Programmatically setting .Text

  •  06-29-2011, 7:22 AM

    Re: Programmatically setting .Text

    Thanks for the tip, i was able to get it to work in VB.NET by reading the content with the encoding as follows
     
    Text.Encoding.GetEncoding("Windows-1252")
     
     
View Complete Thread