怎样实现VB6的以下功能
怎样实现VB6的以下功能:
from1.print now
怎样实现VB6的以下功能:
from1.print now
2006-04-20 00:11
Dim g As Graphics
g = Me.CreateGraphics
g.DrawString(Now.ToString, New Font("arial", 12), New SolidBrush(Color.Black), 0, 0)

2006-04-21 13:38
2006-04-21 20:38
2006-04-21 21:02

2006-04-22 08:02
2006-04-22 11:21