|
-
Oct 27th, 2003, 05:46 PM
#3
Thread Starter
Registered User
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 .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|