Link to home
Start Free TrialLog in
Avatar of jploettner
jploettner

asked on

How to display a selected executable's main icon on my form (C#.NET 2.0 VS2005)

Hi :)

My application allows users to select other executable files and performs some functions with them.  I would like to display the main icon like explorer.exe would in tile mode on my applications form (PictureBox?).  I am currently reading the executable they select into a byte array so I can get other information from it.  An example of how to locate the image from the other executable now in my array and display it on my form would be greatly appreciated :)

Bosses are on me for this one and I would really like to add that feature before I give this to them :)
ASKER CERTIFIED SOLUTION
Avatar of Fahad Mukhtar
Fahad Mukhtar
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jploettner
jploettner

ASKER

Man that works sweet, I thought it would have been a real pain...  Thanks much :)