I have image Listbox Item Custom.Problem here.I can't click event picture inside Item ListBox.Help me.Thanks All.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
phong dinhPosted Jan 27, 2016, 8:31 PM
Krishna Rajput SinghPosted Jan 27, 2016, 1:42 PM
Hi phong thanks for writing below codes i hope helpfulf or you..:)
namespace WindowsFormsApplication11 { public partial class Form1 : Form { List _items = new List();
}
private void button1_Click(object sender, EventArgs e) { // The Add button was clicked. // ...
}
private void button2_Click(object sender, EventArgs e) { // The Remove button was clicked. // ....
}