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

Thanks,

will comply with formatting in future - I'm new to this forum.

Tried using the absolute path - still the same error from cmd, when the program starts .

  • Comment on Re^2: Win32::GUI - error adding a bitmap in button

Replies are listed 'Best First'.
Re^3: Win32::GUI - error adding a bitmap in button
by Anonymous Monk on Jun 22, 2017 at 15:19 UTC
    I think your problem is you're trying to load a .jpg and not a .bmp

      Thanks, this was exactly it !