Click here to Skip to main content
15,890,382 members
Home / Discussions / Mobile
   

Mobile

 
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 
GeneralRe: Some problen in converting char * to LPCWSTR Pin
anuhoho4-Mar-10 22:33
anuhoho4-Mar-10 22:33 
GeneralRe: Some problen in converting char * to LPCWSTR Pin
Covean4-Mar-10 22:55
Covean4-Mar-10 22:55 
Something like this:

int nStrLen = strlen(str);
wchar_t *pwc = (wchar_t *)malloc( sizeof( wchar_t) * (nStrLen + 1));
i = mbstowcs( pwc, str, nStrLen );


Hope this work, couldn't test it.
Greetings
Covean

GeneralRe: Some problen in converting char * to LPCWSTR Pin
anuhoho5-Mar-10 1:20
anuhoho5-Mar-10 1:20 
Questioni want to get all phone number in iphone. Pin
buffering833-Mar-10 19:23
buffering833-Mar-10 19:23 
QuestionDataGrid In Pocket PC Pin
ejaz_pk2-Mar-10 18:05
ejaz_pk2-Mar-10 18:05 
QuestionI need help in creating file system filter Pin
xiaowenjie27-Feb-10 22:24
xiaowenjie27-Feb-10 22:24 
QuestionDownloading CSV to database? Pin
BM7727-Feb-10 6:21
BM7727-Feb-10 6:21 
AnswerRe: Downloading CSV to database? Pin
BM7727-Feb-10 6:22
BM7727-Feb-10 6:22 
QuestionForm unload method in pocket pc application Pin
ejaz_pk26-Feb-10 11:30
ejaz_pk26-Feb-10 11:30 
AnswerRe: Form unload method in pocket pc application Pin
yrishi2-Mar-10 2:21
yrishi2-Mar-10 2:21 
NewsVisionMobile invites you to join in the biggest Mobile Platform Survey to date, sponsored by O2 Litmus. Pin
Matos Kapetanakis26-Feb-10 4:59
Matos Kapetanakis26-Feb-10 4:59 
Question.NET CAB creation / installation fail Pin
hairy_hats25-Feb-10 23:38
hairy_hats25-Feb-10 23:38 
AnswerRe: .NET CAB creation / installation fail Pin
JUNEYT11-Apr-10 0:37
JUNEYT11-Apr-10 0:37 
QuestionNeed some help immediately Pin
anuhoho24-Feb-10 18:58
anuhoho24-Feb-10 18:58 
AnswerRe: Need some help immediately Pin
April Fans3-Mar-10 17:45
April Fans3-Mar-10 17:45 
QuestionHow to send values values to function which is in Windows CE thrugh .net Pin
yrishi24-Feb-10 18:45
yrishi24-Feb-10 18:45 
AnswerRe: How to send values values to function which is in Windows CE thrugh .net Pin
KingsGambit25-Feb-10 19:30
KingsGambit25-Feb-10 19:30 
GeneralRe: How to send values values to function which is in Windows CE thrugh .net Pin
yrishi2-Mar-10 1:35
yrishi2-Mar-10 1:35 
AnswerRe: How to send values values to function which is in Windows CE thrugh .net Pin
JUNEYT11-Apr-10 0:34
JUNEYT11-Apr-10 0:34 

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.