|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
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. 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:" Could you please tell me how to do it, it will trill my little heart! Dean You have Image.Save(...), Bitmap.Save(...), Icon.Save(...). Some Save
methods requires a filename while others require an output stream. See the docs. -- Show quoteHide quoteBest regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio You can code, design and document much faster: http://www.mztools.com "Dean" <simondevrie***@gmail.com> escribió en el mensaje news:1143115418.799974.67510@i40g2000cwc.googlegroups.com... > 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. > > 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:" > > > > Could you please tell me how to do it, it will trill my little heart! > > > > Dean > "Dean" <simondevrie***@gmail.com> schrieb: Check out the 'Icon' class and its 'Save' method.> 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. > Does anyone knows how to save an image like if I load a image then I You are certainly looking for the 'Bitmap' class.> strech that image and then when I click Save it would save the image in > "C:" Resizing an image with a certain interpolation mode <URL:http://dotnet.mvps.org/dotnet/faqs/?id=interpolationmode&lang=en> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> "Dean" <simondevrie***@gmail.com> schrieb System.Drawing.Icon.Save> 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. > OR Use image.fromfile to load the image. Create a new bitmap in the destination > > 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:" 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
Data Source with ReportViewer
DataGrid Custom Styles Learning - displaying selection in pictureboxes Null, DBNull, Nothing, VBNullstring Create 30 Day trial version how to avoid broken references when give out projects Help needed using sample RS232 class to read from serial port Small bit of code from VB6 to VB.net - desperate need of help How display Result from sqlCommand select in the Datagridview Different colored lines in the same textbox |
|||||||||||||||||||||||