This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / how to let Microsoft webbrowser control show Chinese in Chinese Windows XP?Here is the part of code:
............
HTMLDocument doc = (HTMLDocument)axWebBrowser1.Document;
((IPersistStreamInit)doc).InitNew();
IntPtr ptr = Marshal.StringToCoTaskMemAuto( GetHTML() );
UCOMIStream stream = null;
CreateStreamOnHGlobal( ptr, true, ref stream );
((IPersistStreamInit)doc).Load( stream );
.....................
Thanks
-jhcao98(就这样吧);
2006-8-2
{346}
(#3117992@0)