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