Originally posted by Lethal
Just feed the path to the .ico file into the LoadFromFile Method:

Code:
pictureBox1.Image = Image.FromFile("c:\icon.ico")
nope . I didn't mean this . i know i can use this or tobitmap function but i'm getting the icons using shellex from dlls and exes so the function returns icon. if i convert that to image i will lose quality and some dimensions . my question still stands : how can i override the image property in this situation ?

thanks lethal .