This works:
VB Code:
gr.DrawImage(New Bitmap("c:\test.gif"), 42, 42)
By Map class I mean I've got an class called Map:
VB Code:
Public Class Map End Class
This class is for my form containing the pctMap on wich I want to draw the test.gif
VB Code:
Public Class frmMain End Class
How can I do that?
Hope this clarifies it more!
Grtz,
Bloged





Reply With Quote