This works:
VB Code:
  1. gr.DrawImage(New Bitmap("c:\test.gif"), 42, 42)

By Map class I mean I've got an class called Map:
VB Code:
  1. Public Class Map
  2. End Class

This class is for my form containing the pctMap on wich I want to draw the test.gif
VB Code:
  1. Public Class frmMain
  2. End Class

How can I do that?

Hope this clarifies it more!

Grtz,

Bloged