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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T00:03:22+00:00 2026-06-05T00:03:22+00:00

I am using WebBrowser control on a WinForm. When my form is minimized the

  • 0

I am using WebBrowser control on a WinForm. When my form is minimized the control throws an exception,

An outgoing call cannot be made since the application is dispatching
an input-synchronous call. (Exception from HRESULT: 0x8001010D
(RPC_E_CANTCALLOUT_ININPUTSYNCCALL))

I have stated windowstate as,

this.WindowState = FormWindowState.Minimized;

Does anyone aware of this issue ?

Thanks in advance,
Vijay

  • 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-06-05T00:03:24+00:00Added an answer on June 5, 2026 at 12:03 am

    Where you want to modify UI from other thread use invoke method

            if (control.InvokeRequired)
            { 
                control.Invoke( (MethodInvoker)( ()=> control.updatingfunction() ) ;
    
            }
            else
            {
                control.updatingfunction();
            }
    

    suppose you want to hide a panel (named panel1) from other thread. Then your code will be

           if (panel1.InvokeRequired)
            { 
                panel1.Invoke( (MethodInvoker)( ()=> panel1.Hide() )) ;
    
            }
            else
            {
                panel1.Hide();
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to call a JavaScript function through C#, using a WinForm's WebBrowser control.
I'm automating form login in a certain site using the WebBrowser control. Having the
I am using WebBrowser control in the WinForms application. I want to write program
I am creating a wpf application where I am using a webbrowser control. anyways
i m using webbrowser control in my c# application but the document_completed fun is
I'm currently using a WebBrowser control in a C# WinForms application, and attempting to
I'm using WebBrowser Control for my chat application. Every time it adds user's message
I am using the WebBrowser control on a Windows Forms application in Visual Studio
Using the WebBrowser control I am able to call an event when the mouse
I'm trying to automate in a WinForm using a WebBrowser control to navigate 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.