Recent content by _Sahar

  1. S

    Displaying page number by scrolling

    I've solved it : Word.Document wddoc = (Word.Document)axFramerControl1.ActiveDocument; Word.Application wordApp = wddoc.Application; int numberScroll = wddoc.ActiveWindow.VerticalPercentScrolled; txtPage.Text = pageColumn + numberScroll + "";
  2. S

    Displaying page number by scrolling

    Hi I use Ultra Office Control to view word document. I want to show the page numbers that change by scrolling. Please Help me to write in c sharp
  3. S

    Find box in xps viewer source code

    Hello, I need some help,Please help me I wanna know haw "find box" works in xps viewer. I'll appreciate your graciousness,if you tell me its code Thanks alot.