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'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top