User Profile

Collapse

Profile Sidebar

Collapse
mayankshri
mayankshri
Last Activity: Feb 11 '12, 08:21 AM
Joined: Feb 11 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to open word file with images and bullets in a rich text box

    hi, I am open a word file from open dialog box in rich text box.
    i am using this code it open a word file but shows only text .i want to open file with text,images and bullets.
    Code:
    Microsoft.Office.Interop.Word.ApplicationClass wordObject = new Microsoft.Office.Interop.Word.ApplicationClass();
                    object File = txtfilepath.Text; //this is the path
                    object nullobject = System.Reflection.Missing.Value;
    ...
    See more | Go to post

  • Hi, I am also searching the same code.
    how to open word file with text,images and bullets in rich text box.
    i am successful to open a word file thorough code in rich text box. but it only for text.
    it doesn't show images and bullets.

    if you have code then please send me
    at my email id-mayankshrivasta va.cs@gmail.com
    Its very urgent for me.

    Thanks in Advance-

    Mayank Shrivastava
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...