After some search at Google I had some examples but none of them gave me what I need.
I need to write a String (WriteString()
) into a Control in WinForm on a ButtonClick
and I need to update that Draw, because i'm trying to write the Date into the Control, the System Date.
So each time the user clicks on that Button the DateTime.Now.ToString();
should be drawn into the Control.
Bests