Hi everybody,
When a label's caption is changed rapidly many times through a procedure, only the last text updated is displayed, unless DoEvents is executed after each change. But DoEvents updates not only the caption's display, but also the display of the other controls. Can only the caption of the label be updated after each change and not the other controls ?