I have C# project with an associated deployment project, which creates
a Desktop shortcut. The icon on the shortcut is some plain-vanilla
document, not the app's icon. Where does one tell the project what
icon to use, or why isn't it picking up the app's icon? The app itself
shows the correct icon.

Ken

Re: Desktop Icon by Atul

Atul
Tue Sep 06 23:18:59 CDT 2005

You will need to associate the doc files with your app by modifying the
registry under the HKCR\your ext\Shell\Open\Command key and specifying
your app location for the default value.

-Atul, Sky Software http://www.ssware.com
Shell MegaPack For ActiveX & .Net - Windows Explorer Like Shell UI Controls




<ken@kenkast.com> wrote in message
news:1126050285.463699.165480@g49g2000cwa.googlegroups.com...
>I have C# project with an associated deployment project, which creates
> a Desktop shortcut. The icon on the shortcut is some plain-vanilla
> document, not the app's icon. Where does one tell the project what
> icon to use, or why isn't it picking up the app's icon? The app itself
> shows the correct icon.
>
> Ken
>



Re: Desktop Icon by Ken

Ken
Fri Sep 09 21:36:03 CDT 2005

My problem is not one of file association. The shortcut to the app itself
displays a piece of paper (with the little link arrow) as the icon. Why is
it not finding the icon that is part of the exe?
"Atul" <atulatsswaredotcom> wrote in message
news:Oh7EDN2sFHA.664@tk2msftngp13.phx.gbl...
> You will need to associate the doc files with your app by modifying the
> registry under the HKCR\your ext\Shell\Open\Command key and specifying
> your app location for the default value.
>
> -Atul, Sky Software http://www.ssware.com
> Shell MegaPack For ActiveX & .Net - Windows Explorer Like Shell UI
> Controls
>
>
>
>
> <ken@kenkast.com> wrote in message
> news:1126050285.463699.165480@g49g2000cwa.googlegroups.com...
>>I have C# project with an associated deployment project, which creates
>> a Desktop shortcut. The icon on the shortcut is some plain-vanilla
>> document, not the app's icon. Where does one tell the project what
>> icon to use, or why isn't it picking up the app's icon? The app itself
>> shows the correct icon.
>>
>> Ken
>>
>
>