1
Reply

insert picture

annie_pollie07

annie_pollie07

May 26 2004 7:29 AM
1.8k
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

Answers (1)