girando su internet ho trovato che è possibile scrivere un testo in una picture usando
questa API:


Private Declare Function TextOut Lib "gdi32" Alias "TextOutA" _
(ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal lpString As String, _
ByVal nCount As Long) As Long


... ma non so usare le API!!!

help!!