I have set Timer.Interval=1000 on a form and for every 1 second , the form need to refresh the a column called TimerSecond for user to see the count down data. To achieve the goal, I have a method "Me.Refresh" under the Form_Timer event.
However, the screen has shown great "blinking" and it is not as seamless as what I am looking for.
Any suggestion to improve that scenario ?
However, the screen has shown great "blinking" and it is not as seamless as what I am looking for.
Any suggestion to improve that scenario ?