Click here to Skip to main content
15,918,330 members
Home / Discussions / Mobile
   

Mobile

 
GeneralTake a photo from a pocket pc application Pin
Dr_DeV1-Jun-05 0:35
Dr_DeV1-Jun-05 0:35 
GeneralDll debuging in EVC4 Pin
arfaern31-May-05 5:44
arfaern31-May-05 5:44 
GeneralBooting Windows From USB Pin
jinbabaj30-May-05 7:00
jinbabaj30-May-05 7:00 
GeneralRe: Booting Windows From USB Pin
alexffm16-Jun-05 4:21
alexffm16-Jun-05 4:21 
GeneralError: unable to connect to the remote server Pin
balkang30-May-05 2:11
balkang30-May-05 2:11 
GeneralSource Programs in C,C++ under WinCE Pin
srinivasaRaoS26-May-05 1:57
srinivasaRaoS26-May-05 1:57 
GeneralMulti-Resolution Icon Pin
Member 114461722-May-05 9:31
Member 114461722-May-05 9:31 
GeneralRe: Multi-Resolution Icon Pin
GDavy23-May-05 3:33
GDavy23-May-05 3:33 
My apps display the correct icons.. small one or big one whatever is required...
But I had a similar problem way back...

Check the following:
The ID of your application icon should be the lowest value of all icons you have in your app. (check out your resource.h for the value, and change if necessary)
Second open your .rc file in an editor and double check if in the Icon section (do a search for "// Icon") the first icon mentioned is you application icon. if it is not, put it first (use cut paste)
example of my .rc file:

<br />
/////////////////////////////////////////////////////////////////////////////<br />
//<br />
// Icon<br />
//<br />
<br />
// Icon with lowest ID value placed first to ensure application icon<br />
// remains consistent on all systems.<br />
IDR_MAINFRAME           ICON    DISCARDABLE     "res\\mainfr.ico"<br />
IDI_EMPTY_ICON          ICON    DISCARDABLE     "res\\icon1.ico"<br />
IDI_WARNING             ICON    DISCARDABLE     "res\\ico00001.ico"<br />



Hope this gets you along..
Greetings,
Davy
GeneralDev tools for PPC Pin
john john mackey21-May-05 13:02
john john mackey21-May-05 13:02 
GeneralRe: Dev tools for PPC Pin
João Paulo Figueira23-May-05 3:19
professionalJoão Paulo Figueira23-May-05 3:19 
GeneralRe: Dev tools for PPC Pin
john john mackey23-May-05 5:11
john john mackey23-May-05 5:11 
GeneralRe: Dev tools for PPC Pin
João Paulo Figueira23-May-05 5:30
professionalJoão Paulo Figueira23-May-05 5:30 
GeneralRe: Dev tools for PPC Pin
john john mackey23-May-05 8:06
john john mackey23-May-05 8:06 
QuestionHow to connect windows ce device in vs 2003 Pin
zhengdong jin21-May-05 7:15
zhengdong jin21-May-05 7:15 
GeneralADOCE.NET Pin
Abbas_Riazi20-May-05 0:14
professionalAbbas_Riazi20-May-05 0:14 
GeneralRe: ADOCE.NET Pin
João Paulo Figueira23-May-05 3:15
professionalJoão Paulo Figueira23-May-05 3:15 
GeneralRe: ADOCE.NET Pin
Bui Huy Kien1-Jun-05 23:57
Bui Huy Kien1-Jun-05 23:57 
GeneralRe: ADOCE.NET Pin
João Paulo Figueira2-Jun-05 3:49
professionalJoão Paulo Figueira2-Jun-05 3:49 
GeneralPDA turn off notification Pin
BerndZ19-May-05 6:50
BerndZ19-May-05 6:50 
Generalstoring data on SD card in win CE Pin
luboss17-May-05 22:45
luboss17-May-05 22:45 
GeneralRe: storing data on SD card in win CE Pin
João Paulo Figueira18-May-05 1:33
professionalJoão Paulo Figueira18-May-05 1:33 
GeneralRe: storing data on SD card in win CE Pin
luboss18-May-05 8:28
luboss18-May-05 8:28 
GeneralRe: storing data on SD card in win CE Pin
João Paulo Figueira18-May-05 10:56
professionalJoão Paulo Figueira18-May-05 10:56 
GeneralRe: storing data on SD card in win CE Pin
luboss18-May-05 17:45
luboss18-May-05 17:45 
GeneralRe: storing data on SD card in win CE Pin
luboss18-May-05 8:56
luboss18-May-05 8:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.