Thanks, I have read a little!. But what am I doing wrong.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim GraphicsFun As System.Drawing.Graphics
Dim myBitmap As New Bitmap("D:\Murcielago1.bmp")
GraphicsFun = Me.CreateGraphics
GraphicsFun.DrawImage(myBitmap, 10, 10)
End Sub
Thanks,
Lars.