المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : To import .Doc file into rich text box in c#



C# Programming
09-01-2009, 02:41 PM
hello everybody
i m a BS student
i have a problem while importing MS Word file(.doc)into a rich text box in C#
i have use this caod

richTextBox1.Text =
File.ReadAllText(fileName,System.Text.ASCIIEncoding.ASCII);

can anybody please help me