Dom Genon

Dom Genon

  • NA
  • 1
  • 0

Fastest way to render text

Mar 11 2008 10:19 PM
I'd like to display text to the console in a flash effect ( at the microseconds level)

The time delay between:

label1.Visible = true;
and
label1.Visible = false;

Is to long for my requirements.
Is it possible?
Any ideas / pointers / suggestions would be helpful.
Thanks