05-12-13, 01:32 PM
كود :
Public Class Form1
Private Sub Label1_Paint(ByVal sender As System.Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles Label1.Paint
e.Graphics.DrawImage(Image.FromFile(""), New Point(0, 0))
End Sub
End Class
