Resource 'skin.bmp' could not be found in class 'Syndirella.UI.Form1'.

  • Thread starter Thread starter oran johnson
  • Start date Start date
O

oran johnson

Source:
taskbarNotifier.SetBackgroundBitmap(new Bitmap(GetType(), "skin.bmp"), Color.FromArgb(255, 0, 255));

Error:
Resource 'skin.bmp' could not be found in class 'Syndirella.UI.Form1'.

I have added this file to Resources via the resx file. Any ideas?

Thanks.
 
did you find a solution to this? I'm trying to get the taskbar notifier
working too.

Trevor B
 
Back
Top