in reply to Re^2: Win32::GUI - error adding a bitmap in button
in thread Win32::GUI - error adding a bitmap in button

I think your problem is you're trying to load a .jpg and not a .bmp
  • Comment on Re^3: Win32::GUI - error adding a bitmap in button

Replies are listed 'Best First'.
Re^4: Win32::GUI - error adding a bitmap in button
by levW (Beadle) on Jun 25, 2017 at 12:19 UTC

    Thanks, this was exactly it !