Icon won't display on PPC.

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

Hi All,

I've searched the NG archives but I cannot find a
previous posting to my question or those previous
postings were never answered. Anyway, here it is.

I am installing my application onto a PocketPC (iPAQ)
and everything goes fine except for one thing. In the
Programs window, my application icon is displayed but its
using the default MS graphic for the icon rather than my
own. How do I have it use my graphic for the icon?

In the properties box in VS 2003, for the app, I have
added the path and filename to my graphic and I have
added it in the .INI file as such:

IconFile = AuditSource.ico
IconIndex = 0

Can anyone tell me what I am not doing right?

Thanks,
Joe
 
Try to manually edit the exe to embedded your icon into exe and place it
back to the device.

Thanks,
David
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "Joe" <[email protected]>
| Sender: "Joe" <[email protected]>
| Subject: Icon won't display on PPC.
| Date: Mon, 20 Oct 2003 14:40:29 -0700
| Lines: 26
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Thread-Index: AcOXUsf5ZPFr1ja3R0W2BaFiOUos1A==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:36386
| NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
|
| Hi All,
|
| I've searched the NG archives but I cannot find a
| previous posting to my question or those previous
| postings were never answered. Anyway, here it is.
|
| I am installing my application onto a PocketPC (iPAQ)
| and everything goes fine except for one thing. In the
| Programs window, my application icon is displayed but its
| using the default MS graphic for the icon rather than my
| own. How do I have it use my graphic for the icon?
|
| In the properties box in VS 2003, for the app, I have
| added the path and filename to my graphic and I have
| added it in the .INI file as such:
|
| IconFile = AuditSource.ico
| IconIndex = 0
|
| Can anyone tell me what I am not doing right?
|
| Thanks,
| Joe
|
|
|
 
Back
Top