Friday, October 21, 2005

More Gdi+ code

Dim g As Graphics = pb1.CreateGraphics
Dim myBitmap As New Bitmap("c:\0mystuff\other\enewsbar.ico")
g.DrawImage(myBitmap, 30, 30)

No comments:

Post a Comment