I have the follow problem: The first time i draw the image I get a blank screen( The image stay only a half second) but the next time the image is good drawn. I have looked for a refresh method but i didn´t find it. Any help?
By the way, i have to decide where i want the image to be drawn with the X and Y parameter and it is really stupid. Does anyone know another better way?
The code is:
Thanks,Code:Dim gr As Graphics = Me.CreateGraphics
Dim bmpUnten As New Bitmap("image.png")
gr.DrawImage(bmpUnten, 50, 150)
gr.Dispose()
bmp.Dispose()
Alvaro
