hi all
i have a problem, i want to save a html file in mht format for that i took help of code project group.
for encoding i use
_DefaultEncoding = System.Text.Encoding.GetEncoding("Window-1252");
i works well with
vb.net but with c# it gives funny errors.