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 6131217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:56:54+00:00 2026-05-23T16:56:54+00:00

I have a simple C# 4.0 Windows Forms form that make an instance of

  • 0

I have a simple C# 4.0 Windows Forms form that make an instance of a FileSystemWatcher which watches a directory. When a file is added, the proper event fires, and I do some stuff in another directory. Then I make an instance of a child form. The child form hangs, and controls do not paint.

I think this is because the FileSystemWatcher is on a different thread, even though it looks like I am launching from the main form. What is the proper way to call a child form from a FileSystemWatcher event on what I think is another thread?

  • 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-23T16:56:55+00:00Added an answer on May 23, 2026 at 4:56 pm

    Set the FileSystemWatcher.SynchronizingObject property to your main form.

    MSDN:

    When SynchronizingObject is null, methods handling the Changed,
    Created, Deleted, and Renamed events are called on a thread from the
    system thread pool. For more information on system thread pools, see
    ThreadPool.

    When the Changed, Created, Deleted, and Renamed events are handled by
    a visual Windows Forms component, such as a Button, accessing the
    component through the system thread pool might not work, or may result
    in an exception. Avoid this by setting SynchronizingObject to a
    Windows Forms component, which causes the methods that handle the
    Changed, Created, Deleted, and Renamed events to be called on the same
    thread on which the component was created.

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

Sidebar

Related Questions

I have a simple Windows Form that hosts property controls at runtime. When the
I have a simple .NET 2.0 windows form app that runs off of a
I have a simple windows application in C# with 3 forms. first form is
I have a requirement to create a simple windows forms application that allows an
I have a VERY simple windows form that the user uses to manage Stores.
I have created a C# Windows Forms application which I've attempted to make as
I have a simple .net windows form which inserts user input into sql database.
enter code here Hi All, I have a simple windows service application that connects
I have a very simple windows Service that is developed in vb.net 2008. When
I have a borderless Windows Forms application. The main window creates other forms (simple

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.