Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Textbox multithread?

Textbox multithread?

Scheduled Pinned Locked Moved C#
comtutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    murali_utr
    wrote on last edited by
    #1

    hi, for textbox I used multithread to insert words for autocompletesource. control is flickering while the thread is running. how to avoid the flickering? Suggestions please. Thanks in advance.

    Have A Nice Day! Murali.M Blog

    S W 2 Replies Last reply
    0
    • M murali_utr

      hi, for textbox I used multithread to insert words for autocompletesource. control is flickering while the thread is running. how to avoid the flickering? Suggestions please. Thanks in advance.

      Have A Nice Day! Murali.M Blog

      S Offline
      S Offline
      Simon_Whale
      wrote on last edited by
      #2

      Have a read of this http://stackoverflow.com/questions/1550293/stopping-textbox-flicker-during-update[^] Also I would make sure that you have double buffering set on your form too.

      Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON

      1 Reply Last reply
      0
      • M murali_utr

        hi, for textbox I used multithread to insert words for autocompletesource. control is flickering while the thread is running. how to avoid the flickering? Suggestions please. Thanks in advance.

        Have A Nice Day! Murali.M Blog

        W Offline
        W Offline
        WuRunZhe
        wrote on last edited by
        #3

        Well, it happened when you overwrite text into your textbox control. Please, consider how to append text not overwrite. http://stackoverflow.com/questions/11987755/c-sharp-textbox-stop-flickering[^] It will help you.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups