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. Controls Display Delay

Controls Display Delay

Scheduled Pinned Locked Moved C#
performancehelp
3 Posts 2 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.
  • H Offline
    H Offline
    half life
    wrote on last edited by
    #1

    HI, i've got a simple APP with 2 Buttons : Button 1 = Display 20 Leds & Move 20 TextBoxs To left Button 2 = Hide ....... I've Got a Delay of 1-2 Sec when i press Button 1 Till i see Changes My Computer is fine (enough Free Memory & etc.) is there any method that can help me (Beside of "This.Refresh()") THNKS In Advance :-D

    Have Fun Never forget it

    I 1 Reply Last reply
    0
    • H half life

      HI, i've got a simple APP with 2 Buttons : Button 1 = Display 20 Leds & Move 20 TextBoxs To left Button 2 = Hide ....... I've Got a Delay of 1-2 Sec when i press Button 1 Till i see Changes My Computer is fine (enough Free Memory & etc.) is there any method that can help me (Beside of "This.Refresh()") THNKS In Advance :-D

      Have Fun Never forget it

      I Offline
      I Offline
      il_masacratore
      wrote on last edited by
      #2

      Hi, this.Refresh will try to refresh all form... If you call it only on led containing panel will be less work... Second, you're moving too many controls... Why don't you create a custom control using GDI? Securely if will be more faster!!

      Visit my blog at http://dotnetforeveryone.blogspot.com

      H 1 Reply Last reply
      0
      • I il_masacratore

        Hi, this.Refresh will try to refresh all form... If you call it only on led containing panel will be less work... Second, you're moving too many controls... Why don't you create a custom control using GDI? Securely if will be more faster!!

        Visit my blog at http://dotnetforeveryone.blogspot.com

        H Offline
        H Offline
        half life
        wrote on last edited by
        #3

        Got u :) i'll Try It THNKS

        Have Fun Never forget it

        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