Re: Icon
Tech-Archive recommends: Fix windows errors by optimizing your registry
"Dean" <simondevries94@xxxxxxxxx> schrieb
Hi everyone,
Does anyone know how to save an icon I know how to save a text file
but I don't know how to creat a icon file.
System.Drawing.Icon.Save
OR
Does anyone knows how to save an image like if I load a image then I
strech that image and then when I click Save it would save the image
in "C:"
Use image.fromfile to load the image. Create a new bitmap in the destination
size. Use graphics.fromimage to get create a graphics object to draw the
first image on. Save the destination image by calling it's save method.
Armin
.
Relevant Pages
- Missing Volume Icon
... I have heard that during the boot sequence too many programs are ... attempting to load too fast and some are missed and not loaded. ... "display icon". ... volume control icon placed on the desktop or from the volume properties ... (microsoft.public.windowsxp.hardware) - Missing Volume ICON and others
... I have heard that during the boot sequence too many programs are ... attempting to load too fast and some are missed and not loaded. ... "display icon". ... volume control icon placed on the desktop or from the volume properties ... (microsoft.public.windowsxp.general) - Volume ICON missing
... I have heard that during the boot sequence too many programs are ... attempting to load too fast and some are missed and not loaded. ... "display icon". ... volume control icon placed on the desktop or from the volume properties ... (microsoft.public.windowsxp.customize) - Missing Volume ICON
... I have heard that during the boot sequence too many programs are ... attempting to load too fast and some are missed and not loaded. ... "display icon". ... volume control icon placed on the desktop or from the volume properties ... (microsoft.public.windowsxp.basics) - Re: Image error "Invalid Paramter used"
... I'll have to consider it bad and if it won't load skip it and move ... > If the file does not have a valid image format or if GDI+ does not ... > It seems as if the Icon file has something different. ... How can I tell what type of memory error ... (microsoft.public.dotnet.languages.vb) |
|