I\'m trying to figure out where my application\'s icon is stored in VS 2008. On the startup project\'s application properties, I added an icon with the setting \"Embed manif
Try this:
var icon = Icon.ExtractAssociatedIcon(Application.ExecutablePath);