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

  • SEARCH
  • Home
  • 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 4068482
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T16:22:50+00:00 2026-05-20T16:22:50+00:00

In a VSTO application-level add-in, is there a way to freeze a Word document

  • 0

In a VSTO application-level add-in, is there a way to freeze a Word document window so the user doesn’t see our Word automation changes as they are being made? We’d like to do something akin to the WinForms TreeView’s BeginUpdate() and EndUpdate() method. I’m not sure why Word doesn’t offer something like this. Maybe MS doesn’t want to give developers a way to accidentally “hang” the window.

BTW, we realize that programming to the XML rather than using Word automation is “better” in many ways, but in this specific instance we need to suspend updating of the window. We are trying to scroll two regions of two separate documents into view so they are lined up properly. Doing so requires scrolling up to the top of the document, then scrolling a range into view. Point being, the user sees a little “jump” while the window scrolls. Would look more professional without this!

  • 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-20T16:22:50+00:00Added an answer on May 20, 2026 at 4:22 pm

    Absolutely. Here’s some VBA, but you get the idea.

    Sub YourSub()
        Application.ScreenUpdating = False
        'do your thing
         Application.ScreenUpdating = True
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I see that when calling the Application.Documents.Open method in word vsto there is a
I'm developing an Excel VSTO Document Level Add-In using Composite Application Guidance (Prism for
I have an VSTO application-level add-in, with my own custom task pane. I'm trying
I have a PowerPoint 2010 application-level add-in developed using VS2012 and VSTO. It works
VSTO 4.0 / Office 2007 In an Excel document-level automation project, I have a
I want to deploy a VSTO 3 Application Level Word 2007 addin that I've
I am writing a VSTO addin for Word 2007. When the user selects File->New,
We have a VSTO application-addin (not a document-addin) for Excel, and we want to
Is there an event I can register from my VSTO application that is fired
I'm very new with VSTO development. Is it possible to develop Ms Word Add-In

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.