my image list is local and certain parts of my app needs it, how do i just add a picture picked up from a filedialogue box to it, im having so many issues with this
thanks
thanks
VB.NET:
Dim temp As String
OpenCustomerImage.ShowDialog()
temp = OpenCustomerImage.FileName
frmMain.iList.Images.Add()???