Hello,

I am using Visual C++ .NET and developing new windows forms application.
What I need is to change the default application icon (the one that is seen
in windows explorer) to my icon. I tried:

- Look for 'application icon' in project settings - no luck, suppose this
option is available only in C# or VB projects.
- Changing app.ico to my icon: this works fine, but this changes only 32x32
icon, but in list view in explorer this changes to default 16x16 icon
- Using /win32icon:myicon.ico as an option of compiler (set in project
settings) - it does not recognize this option as known option.

Thanks in advance for assistance.

Alex.