you can print text directly on to picturebox using the Print method:

VB Code:
  1. Picture1.Print "Test Text"