如题,求助
如果用webbrower能不能屏蔽IE的AcitevX的提示,
techtextbox能不能显示图片

解决方案 »

  1.   

    用richtext,直接读word就可以了。
      

  2.   

    嗯,,LS正解,,用rechtextbox可以直接显示word
      

  3.   

    string str = "";
                object fileName = @"d:\001.doc";
                object readOnly = false;
                object isVisible = true;
                object missing = System.Reflection.Missing.Value;
                Word.Application wordapp = new Word.Application();
                wordapp.Visible = false;
                Word.Document aDoc = wordapp.Documents.Open(ref fileName, ref missing, ref readOnly, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref isVisible, ref missing, ref missing, ref missing, ref missing);
                str = aDoc.Content.Text;
                richTextBox1.AppendText(str);无图片显示,求解
      

  4.   

    http://ufo-crackerx.blog.163.com/blog/static/11307877820111017113958413/
      

  5.   

    TX Text Control Words无法使用,求解
      

  6.   

    http://www.textcontrol.com/en_US/products/dotnet/overview/