Okay, here's the code:
Picture1.picture does contain a picture, and i don't know what is wrong with it? Please help.Code:Call SavePicture(Picture1.Picture, "C:\windows\desktop\Icon.ico)
Printable View
Okay, here's the code:
Picture1.picture does contain a picture, and i don't know what is wrong with it? Please help.Code:Call SavePicture(Picture1.Picture, "C:\windows\desktop\Icon.ico)
Call SavePicture(Picture1.Picture, "C:\windows\desktop\Icon.ico")
what is the problem...it saves the picture but you can't covert a jpg or bmp to an ico if that is what you are trying to do.
i extracted an Icon from an EXE and saved it in Picture1, so i assume it is still in an .ico format, so i can save it. is that right?