eblattner
Programmer
- Aug 10, 2000
- 33
I am creating a simple shell program. When the user minimizes a window, they can't get it back (no task bar), all they have is the shell. I created a picture box and placed 12 images in it, one fof each button on the shell. What i need to do is pull the icon out of the exe the user runs, and pot it in the cooresponding image so they can click the image and restore the program window. All this needs to be done in code since the 12 buttons are customizable. Placing an icon in the image control is not a proble, but I can't fighre out how to get it from the exe.
if the user chooses to run Word, for instance, how can I get the word icon from the exe?
if the user chooses to run Word, for instance, how can I get the word icon from the exe?