VB Code:
  1. Dim imagearray(4) As Image
  2. Set imagearray(0) = LoadPicture(App.Path & "\images\10.bmp")
VB6 claims the second line to be a "type mismatch". Any ideas?