hellow,
I can't find a way to at the picture when my form load and I click on a title in a listbox.
When i put this code:
int picmovie= int.Parse(lstmovie.SelectedValue.ToString());
picmovie.Image = Image.FromFile(Application.StartupPath + "/" + rdmovie.GetInt32(0).ToString()+".jpg");
It keeps telling me that my OleDbDataReader is still open and that I need to close it first. But everyting is closed.
can somebody help my, or find an other way
greetings