Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5981853
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:00:10+00:00 2026-05-22T22:00:10+00:00

We are developing C# .net 4.0 Windows Form Based Application. Here, User Will enter

  • 0

We are developing C# .net 4.0 Windows Form Based Application. Here, User Will enter the Word Document paragraph number.After getting that Paragraph number, I want to Show that Selected Paragraph’s in the any one of the WORD PROCESSING COMPONENT like Dsoframer or any other without changing the format. How i do it?

Using DSOFRAMER i could able to open the Entire Word Document.but I want to display only user selected paragraphs…

(OR)

I can able to retrieve the open xml representation of the user Selected Word document Pararaphs(USING OPEN XML SDK 2.0).Then how i paste it in to any WORD PROCESSING COMPONENT.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T22:00:11+00:00Added an answer on May 22, 2026 at 10:00 pm
      Object fileName = "C:\\Documents and Settings\\saravanan\\Desktop\\test1.docx";
      axFramerControl1.Open(fileName, true, 0, "", "");
    
      Microsoft.Office.Interop.Word.Document wordDoc =     Microsoft.Office.Interop.Word.Document)axFramerControl1.ActiveDocument;
      Microsoft.Office.Interop.Word.Application wordApp = wordDoc.Application;
    
      Microsoft.Office.Interop.Word.Range r = wordDoc.Paragraphs[15].Range;
     //object dir = Microsoft.Office.Interop.Word.WdCollapseDirection.wdCollapseStart;
     //r.Collapse(ref dir);
     r.Select();
    

    This Displays the 15th paragraph of your document with selection range…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a windows based application in .net. I have two forms. Form2
I developing windows form application in c#.net. Sometimes my program throw an error, windows
I am developing an asp.net application with Windows authentication. User.Identity.Name seems to return the
I am developing a Windows .NET application (WinForms) and I need to simulate a
I developing ASP.NET application using a Swedish version of Windows XP and Visual studio
I'm developing an application for Windows Mobile Devices using Visual Studio .NET 2008 whose
I am developing a .NET CF based Graphics Application, my project involves a lot
I'm developing a Windows Mobile 5.0 and above application with .Net Compact Framework 2.0
I am developing a windows desktop client/server application in .NET where the client application
I'm developing C# .NET windows Forms application. In which I've a main window and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.