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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T01:26:19+00:00 2026-06-05T01:26:19+00:00

I am using some delegates to show or change something on form in a

  • 0

I am using some delegates to show or change something on form in a thread. Event method is like below.

private void PictureBoxImageSet(PictureBox PictrBox, Image Img)
{
    try
    {
        PictrBox.BeginInvoke((ThreadStart)delegate()
        {
            PictrBox.Image = Img;
        });
        Thread.Sleep(FORM_ITEM_INVOKE_TASK_SLEEP_VALUE);
    }
    catch (Exception ex)
    {
        MessageBox.Show(ex.ToString());
    }
}

Do i always have to use Thread.Sleep() method? If i remove this, how will my software be affected from this change? What will be thread sleep value will be in these kind of events?

  • 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-05T01:26:20+00:00Added an answer on June 5, 2026 at 1:26 am

    The code from where the function PictureBoxImageSet is called will conitnue further execution without delay of times used in thread.sleep.

    If you are using an event on picture change then that may impact if some other thread do some job on basis of picture data.

    If you want to synchronously completed this job then Call PictrBox.Invoke method and remove thread.sleep. it will guarantee to set the image before further execution of code.

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

Sidebar

Related Questions

i am using this code to show some text in UITextview...in ViewDidLoad Method self.fontSize
I'm using some semi-transparent PNGs as background-images on various websites. These are usually something
I am using a UIWebView to show a PDF. I need to track some
Using VS2010 and ReSharper 5 I have a method which returns a System.Action private
I am using a datatable to show some information on page and I am
Using some of the methods, I am able to check the orientations to which
Assuming I'm using some graphic API which allows me to draw bezier curves by
I am using some NHibernate 1.2 code with NHibernate 2.0 and its giving me
I am using some third party library to connect to a server via async
I'm using some code from here to determine when determining when the last finger

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.