Nope...still doesn't work :(
Private Sub PictureBox1_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles PictureBox1.Paint
Dim gfxSreen As Graphics = Graphics.FromHwnd(Me.PictureBox1.Handle)
gfxSreen.DrawString("AntyText", New Font("Comic Sans MS", 20), New SolidBrush(Color.Black), 5, 5)
End Sub