Click here to Skip to main content
15,923,678 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Transparent Control Pin
arcticbrew21-Nov-06 17:36
arcticbrew21-Nov-06 17:36 
QuestionVirtual IP - Vertical Handoff Pin
kedde17-Nov-06 1:56
kedde17-Nov-06 1:56 
QuestionQuestions regarding Compact Framework. Pin
Aasifkhan6-Nov-06 18:20
Aasifkhan6-Nov-06 18:20 
QuestionAvailable Memory and Free Disk Space in CF 1.0 Pin
Marco [Stinger]6-Nov-06 6:04
Marco [Stinger]6-Nov-06 6:04 
AnswerRe: Available Memory and Free Disk Space in CF 1.0 Pin
zoid ! 9-Nov-06 6:16
zoid ! 9-Nov-06 6:16 
GeneralRe: Available Memory and Free Disk Space in CF 1.0 Pin
Marco [Stinger]9-Nov-06 6:27
Marco [Stinger]9-Nov-06 6:27 
QuestionProblems with IssueVendorTransfer Pin
slowdiver6-Nov-06 4:00
slowdiver6-Nov-06 4:00 
QuestionHow to access the .sdf file's created in Pocket PC from compact framework emulator Pin
Aasifkhan6-Nov-06 1:50
Aasifkhan6-Nov-06 1:50 
AnswerRe: How to access the .sdf file's created in Pocket PC from compact framework emulator Pin
AlexeiXX37-Nov-06 18:20
AlexeiXX37-Nov-06 18:20 
GeneralRe: How to access the .sdf file's created in Pocket PC from compact framework emulator Pin
Aasifkhan8-Nov-06 19:38
Aasifkhan8-Nov-06 19:38 
GeneralRe: How to access the .sdf file's created in Pocket PC from compact framework emulator Pin
AlexeiXX39-Nov-06 6:53
AlexeiXX39-Nov-06 6:53 
QuestionTransparency related issues Pin
Manish19723-Nov-06 23:49
Manish19723-Nov-06 23:49 
QuestionSending message pc to mobile through Bluetooth Pin
kumar bharat bhusanam3-Nov-06 19:15
kumar bharat bhusanam3-Nov-06 19:15 
AnswerRe: Sending message pc to mobile through Bluetooth Pin
AlexeiXX37-Nov-06 18:08
AlexeiXX37-Nov-06 18:08 
QuestionName of the device Pin
Talal Sultan2-Nov-06 21:56
Talal Sultan2-Nov-06 21:56 
AnswerRe: Name of the device Pin
Mike Dimmick3-Nov-06 13:38
Mike Dimmick3-Nov-06 13:38 
QuestionCreate "service-like" app Pin
rico831-Nov-06 11:55
rico831-Nov-06 11:55 
AnswerRe: Create "service-like" app Pin
Mike Dimmick3-Nov-06 13:42
Mike Dimmick3-Nov-06 13:42 
Remove the call to Application.Run in the Main function. Instead, put your code in Main, in the same way that you would write a console application for the desktop.

Note that Windows CE (and hence Windows Mobile) only supports 32 processes, some of which are reserved for system processes. You should try not to create too many processes, so that the user isn't restricted too much (Windows CE will close processes that haven't been used recently, but only if they have a window, I believe). There is a model for loading code as a 'service', but this really requires writing your code as a native C++ DLL to a specific service model.

Stability. What an interesting concept. -- Chris Maunder

QuestionEDB for CE Pin
zoid ! 1-Nov-06 7:05
zoid ! 1-Nov-06 7:05 
QuestionBillionton GPRS wireless modem ! Pin
Coding C#31-Oct-06 23:01
Coding C#31-Oct-06 23:01 
Questionmessaging Pin
spm431-Oct-06 3:01
spm431-Oct-06 3:01 
QuestionHow to dial contact number from an application(MFC) Pin
Jayakumar Narayanan30-Oct-06 22:53
Jayakumar Narayanan30-Oct-06 22:53 
AnswerRe: How to dial contact number from an application(MFC) Pin
AegamemnonTao1-Nov-06 16:56
AegamemnonTao1-Nov-06 16:56 
QuestionHow to simulate SMS and calls? Pin
arvaker8430-Oct-06 6:20
arvaker8430-Oct-06 6:20 
AnswerRe: How to simulate SMS and calls? Pin
Michael Hendrickx7-Nov-06 19:37
Michael Hendrickx7-Nov-06 19:37 

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.