3
Answers

Two errors I need help with.

Ask a question
mark c

mark c

13y
11.8k
1
Error1:
  foreach (System.Windows.Forms.Button b in this.Controls)
{
b.Image = WindowsApp1.Properties.Resources.BtnImg;
}
Unable to cast object of type 'System.Windows.Forms.GroupBox' to type 'System.Windows.Forms.Button'.

Error2:
String temp = ListBox1.Items[0].ToString

Cannot convert method group 'ToString' to non-delegate type 'string'. Did you intend to invoke the method?

Answers (3)