write text directly to a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi ther
I seem to remember that long ago you could have used lprint (Line Print) to display text directly onto a form.
Does anyone know how this is done in vb.net
Thank all
 
* =?Utf-8?B?U3lsdmFu?= said:
I seem to remember that long ago you could have used lprint (Line Print) to display text directly onto a form.
Does anyone know how this is done in vb.net.

In the 'OnPaint' method, use 'e.DrawString'.
 
Back
Top