From: Shankar on
Hi All,

i've developed a smartphone application and built the CAB file
file also.
when i install the application in the device(smartPhone WM 6.1), it is
showing the default folder Icon.
Is there any way to change the folder icon for our application?
--
Thanks and Regards,
Shankar B.
From: dbgrick on
This is from a post by James Drage
" Put a file called icon.lnk in the folder. The .lnk file should contain the
following: “1#resource.dll,-10000” where resource.dll is the module the icon
resource lives, and 10000 is the resource ID (note the minus sign before it)."

It can be found in this discussion:
http://msdn.microsoft.com/chats/transcripts/mobileembedded/06_0628_msdn_wince.aspx

Regards,
Rick D.

"Shankar" wrote:

> Hi All,
>
> i've developed a smartphone application and built the CAB file
> file also.
> when i install the application in the device(smartPhone WM 6.1), it is
> showing the default folder Icon.
> Is there any way to change the folder icon for our application?
> --
> Thanks and Regards,
> Shankar B.
From: Shankar on
Thanks Rick. Its working now.
--
Thanks and Regards,
Shankar B.


"dbgrick" wrote:

> This is from a post by James Drage
> " Put a file called icon.lnk in the folder. The .lnk file should contain the
> following: “1#resource.dll,-10000” where resource.dll is the module the icon
> resource lives, and 10000 is the resource ID (note the minus sign before it)."
>
> It can be found in this discussion:
> http://msdn.microsoft.com/chats/transcripts/mobileembedded/06_0628_msdn_wince.aspx
>
> Regards,
> Rick D.
>
> "Shankar" wrote:
>
> > Hi All,
> >
> > i've developed a smartphone application and built the CAB file
> > file also.
> > when i install the application in the device(smartPhone WM 6.1), it is
> > showing the default folder Icon.
> > Is there any way to change the folder icon for our application?
> > --
> > Thanks and Regards,
> > Shankar B.
From: Shankar on
I am not able to add this "icon.lnk" file in my CAB.

Getting message like "Cannot resolve this link. This file may not be
shortcut".

Copying the "icon.lnk" file manually in the programs folder works fine. but
if i start to add the same in CAB giving me trouble.

Any suggestion?

--
Thanks and Regards,
Shankar B.


"Shankar" wrote:

> Thanks Rick. Its working now.
> --
> Thanks and Regards,
> Shankar B.
>
>
> "dbgrick" wrote:
>
> > This is from a post by James Drage
> > " Put a file called icon.lnk in the folder. The .lnk file should contain the
> > following: “1#resource.dll,-10000” where resource.dll is the module the icon
> > resource lives, and 10000 is the resource ID (note the minus sign before it)."
> >
> > It can be found in this discussion:
> > http://msdn.microsoft.com/chats/transcripts/mobileembedded/06_0628_msdn_wince.aspx
> >
> > Regards,
> > Rick D.
> >
> > "Shankar" wrote:
> >
> > > Hi All,
> > >
> > > i've developed a smartphone application and built the CAB file
> > > file also.
> > > when i install the application in the device(smartPhone WM 6.1), it is
> > > showing the default folder Icon.
> > > Is there any way to change the folder icon for our application?
> > > --
> > > Thanks and Regards,
> > > Shankar B.