yeah but what about if i want to load an impage from the internet?
Sorry I don't know what is an impage...
and if the image isn't bmp? It says file/path access error... could someone help me?
Use a Common Dialog Box
CommonDialog1.Filter = "Picture Files (*.bmp;*.jpg;*.gif)|*.bmp;*.jpg;*.gif;|"
CommonDialog1.ShowOpen
Image1.Picture = LoadPicture(CommonDialog1.FileName)