2
Answers

Resource file error

jayakrishnan Morayur

jayakrishnan Morayur

13y
2.8k
1


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

following error occur on above line

Resource 'skin.bmp' cannot be found in class 'TaskbarNotifierDemo.Form2'.

Answers (2)