Click here to Skip to main content
15,898,035 members
Home / Discussions / Mobile
   

Mobile

 
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 
QuestionIs it possible to write app. for symbian by VS2005 and C# or VB.NET? Pin
Code4Null27-Oct-06 10:59
Code4Null27-Oct-06 10:59 
AnswerRe: Is it possible to write app. for symbian by VS2005 and C# or VB.NET? Pin
Bradml29-Oct-06 0:05
Bradml29-Oct-06 0:05 
GeneralRe: Is it possible to write app. for symbian by VS2005 and C# or VB.NET? Pin
arvaker8430-Oct-06 6:22
arvaker8430-Oct-06 6:22 
QuestionEmail problem for smartphone Pin
shambhu_hello26-Oct-06 1:38
shambhu_hello26-Oct-06 1:38 
QuestionRecord phone conversation with Wave API Pin
AegamemnonTao26-Oct-06 0:17
AegamemnonTao26-Oct-06 0:17 
QuestionTouch Screen/Sound/Button Help - Thank You!! Pin
RSMitchell2224-Oct-06 18:10
RSMitchell2224-Oct-06 18:10 
QuestionMap the network drive / Read Text File from Remote Server Pin
Ram Murugan23-Oct-06 6:14
Ram Murugan23-Oct-06 6:14 
QuestionConnecting to SQL 2000 on PC from Mobile App Pin
AlexeiXX318-Oct-06 9:01
AlexeiXX318-Oct-06 9:01 
AnswerRe: Connecting to SQL 2000 on PC from Mobile App Pin
AlexeiXX327-Oct-06 10:39
AlexeiXX327-Oct-06 10:39 
QuestionDrawing and walking in a room with WinCe with RTLS Pin
royalhero18-Oct-06 3:21
royalhero18-Oct-06 3:21 

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.