Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SF Coders] Grabbing an Icon from a File and Saving! [TUT]
#1
[Image: YzwzC.png]

In this tutorial I will show you how to open any file, extract the icon and save it!

First of all, Let's start with the GUI. We'll need the following:
-Menu Strip (Two button, Open and Save)
-Picturebox

Quite a basic GUI but you can add on to it with whatever you like!

[Image: ?h=5d2f189e1d2ad8b000d0d4a44ec14c7a]

On our Menustrip, double click the "Open" button to get automatically generated sub methods of the button when clicked.

Inside this Sub we will put our code to open an OpenFileDialogue and then use that dialogue to open the program!

Spoiler to see the whole code:
Once you have the OpenFileDialogue set we will make sure the Icon can be loaded into the Picturebox. So we will use a function I wrote to get the Icon and set it as an Image in the Picturebox.

Once again, A spoiler so it doesn't get ruined early:
We're almost there!! Yeye

Ok, Now to save the icon! This is almost the same as the OpenFileDialogue - If you've guess it, we're going to use a SaveFileDialogue for this one.

Try this step before you open the spoiler, It might intrigue you.
That's it! You've now made your own File Extracting program! Congradulations! Victoire

Here's the source if something has gone wrong. Omg Download it here. (VB.NET 2010)
Reply


Messages In This Thread
[SF Coders] Grabbing an Icon from a File and Saving! [TUT] - by milopeach - 11-20-2011, 02:41 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [VB.NET] Advance Icon Changer BlackSpider 17 9,821 11-25-2012, 10:41 PM
Last Post: ƃu∀ ıʞƃu∀
  [TUT] How to make a simple WebBrowser in VB 2010! [TUT] - [ Pictures] Statics 95 61,887 10-07-2012, 06:56 AM
Last Post: a99
  SF Coders - Icon Changer - Project 1 Arron XR 14 4,520 09-11-2012, 08:20 PM
Last Post: malis2007
  Icon Websites? (Looking for Icons for Programs) AceInfinity 14 5,258 09-08-2012, 04:20 PM
Last Post: spesificrelax
  [SF Coders]Imageshack.Us Image Scraper ★Cooldude★ 7 3,205 08-28-2012, 01:47 AM
Last Post: ★Cooldude★

Forum Jump:


Users browsing this thread: 1 Guest(s)