Click here to Skip to main content
15,913,055 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: How can I run a exe in the start up of a windows mobile device Pin
rickyjos10-Mar-10 13:05
rickyjos10-Mar-10 13:05 
AnswerRe: How can I run a exe in the start up of a windows mobile device Pin
hairy_hats24-Mar-10 4:06
hairy_hats24-Mar-10 4:06 
AnswerRe: How can I run a exe in the start up of a windows mobile device Pin
Joel Ivory Johnson10-Apr-10 6:35
professionalJoel Ivory Johnson10-Apr-10 6:35 
AnswerRe: How can I run a exe in the start up of a windows mobile device Pin
JUNEYT11-Apr-10 0:27
JUNEYT11-Apr-10 0:27 
QuestionFinding certification error Pin
anuhoho9-Mar-10 20:46
anuhoho9-Mar-10 20:46 
AnswerRe: Finding certification error Pin
Joel Ivory Johnson10-Mar-10 7:31
professionalJoel Ivory Johnson10-Mar-10 7:31 
Question[iphone question] how can i use double pointer like *[10] Pin
buffering838-Mar-10 13:16
buffering838-Mar-10 13:16 
AnswerRe: [iphone question] how can i use double pointer like *[10] Pin
Stuart Dootson7-Apr-10 23:38
professionalStuart Dootson7-Apr-10 23:38 
You never allocate space for indexStore. If you know it'll always have 10 elements, declare it as

NSMutableArray *indexStore[10];


and

@property(nonatomic , retain) NSMutableArray *indexStore[10];

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

CodeProject MVP for 2010 - who'd'a thunk it!

QuestionFastest drawing with WinMo 6 Pin
Matt Cavanagh8-Mar-10 4:40
Matt Cavanagh8-Mar-10 4:40 
AnswerRe: Fastest drawing with WinMo 6 Pin
Joel Ivory Johnson10-Mar-10 7:32
professionalJoel Ivory Johnson10-Mar-10 7:32 
QuestionHow can I use CeRunAppAtTime for a thread Pin
anuhoho8-Mar-10 0:03
anuhoho8-Mar-10 0:03 
AnswerRe: How can I use CeRunAppAtTime for a thread Pin
Joel Ivory Johnson10-Mar-10 7:35
professionalJoel Ivory Johnson10-Mar-10 7:35 
Questionpocket pc datagrid in vb.net Pin
ejaz_pk7-Mar-10 22:44
ejaz_pk7-Mar-10 22:44 
QuestionHow to use a timer in a dll Pin
anuhoho7-Mar-10 18:11
anuhoho7-Mar-10 18:11 
AnswerRe: How to use a timer in a dll Pin
KingsGambit7-Mar-10 19:22
KingsGambit7-Mar-10 19:22 
GeneralRe: How to use a timer in a dll Pin
anuhoho7-Mar-10 20:22
anuhoho7-Mar-10 20:22 
AnswerRe: How to use a timer in a dll Pin
Alain Rist7-Mar-10 21:39
Alain Rist7-Mar-10 21:39 
QuestionHow can i attach a dll in the start up Pin
anuhoho7-Mar-10 17:38
anuhoho7-Mar-10 17:38 
AnswerRe: How can i attach a dll in the start up Pin
KingsGambit7-Mar-10 19:25
KingsGambit7-Mar-10 19:25 
QuestionHow to program sleep in windows mobile Pin
anuhoho5-Mar-10 1:26
anuhoho5-Mar-10 1:26 
AnswerRe: How to program sleep in windows mobile Pin
Joel Ivory Johnson10-Mar-10 7:38
professionalJoel Ivory Johnson10-Mar-10 7:38 
QuestionSome problen in converting char * to LPCWSTR Pin
anuhoho4-Mar-10 19:56
anuhoho4-Mar-10 19:56 
AnswerRe: Some problen in converting char * to LPCWSTR Pin
Covean4-Mar-10 20:47
Covean4-Mar-10 20:47 
GeneralRe: Some problen in converting char * to LPCWSTR Pin
anuhoho4-Mar-10 22:31
anuhoho4-Mar-10 22:31 
AnswerRe: Some problen in converting char * to LPCWSTR Pin
Covean4-Mar-10 21:52
Covean4-Mar-10 21:52 

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.