0
Answer

Fastest way to render text

Ask a question
Dom Genon

Dom Genon

16y
2k
1
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