Make sure you add the System.Drawing to the reference of your solution.

Another way if image is in your app folder (or bin folder when debugging)

VB Code:
  1. Me.BackgroundImage = Me.BackgroundImage.FromFile(Application.StartupPath & "\image.gif")