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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T12:31:13+00:00 2026-06-15T12:31:13+00:00

Background: My program is live video winform application. I have three PictureBox on my

  • 0

Background:

My program is live video winform application. I have three PictureBox on my form. Those picture boxes are automatically resized according to their parent form size. A thread in my program updates those picture box with three 2048×2048 images from 30 fps camera using safe Invoke method.

Problem:

When the form is small enough, all three pictureboxes display fine although the problematic picture box is little slower than the others. But if the form gets bigger, just one of picture boxes not updated while the other two are updated well. FYI, those pictures are pushed into the pixture boxes at the same time. It may sound silly but the problamatic picture box looks defective

Question:

I would like to understand why this symptom occurs – Same-size picture boxes got same size of images at the same time but only one of them is not updated. Is this video card problem? Is there any way to fix 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-06-15T12:31:15+00:00Added an answer on June 15, 2026 at 12:31 pm

    Update:

    As I think this is a problem with form refresh, I created a thread to periodically refresh my form. And I think the non-update problem is resolved.

        private void MyForm_Load(object sender, EventArgs e)
        {
            Thread thread = new Thread(() =>
            {
                while (!m_bFormClose)
                {
                    this.SafeInvoke(Refresh);
                    Thread.Sleep(500);
                }
            });
            thread.Start();
        }
    

    I guess I can do this with timer but I feel more safe with thread. If you have a better way, please comment or answer.

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

Sidebar

Related Questions

I have coded a background logging thread for my program, if a class needs
I have a simple program which is able to change the background color after
I have a java program that is running in the background(Windows). I would like
Background I have a program that has implemented the two classic taxes for Ontario
Background Info: I have a program running through a list of url; each URL
I have inserted a background audio into my program using AudioInputStream . When I
Background I am writing a program that targets several different phones, including the iPhone.
Background: I am writing a C++ program working with large amounts of geodata, and
My program does some network activity in a background thread. Before starting, it pops
Some background info: I'm trying to run a server program in python 2.5.1 (the

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.