Click here to Skip to main content
15,895,813 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Windows mobile 5.0 Pin
perlmunger21-Feb-07 6:17
perlmunger21-Feb-07 6:17 
QuestionWindows Mobile Soft Keys Pin
aruna_koride5-Feb-07 4:59
aruna_koride5-Feb-07 4:59 
AnswerRe: Windows Mobile Soft Keys Pin
perlmunger21-Feb-07 6:27
perlmunger21-Feb-07 6:27 
GeneralRe: Windows Mobile Soft Keys Pin
aruna_koride21-Feb-07 17:10
aruna_koride21-Feb-07 17:10 
GeneralRe: Windows Mobile Soft Keys Pin
perlmunger22-Feb-07 3:55
perlmunger22-Feb-07 3:55 
GeneralRe: Windows Mobile Soft Keys Pin
perlmunger22-Feb-07 5:23
perlmunger22-Feb-07 5:23 
GeneralRe: Windows Mobile Soft Keys Pin
aruna_koride22-Feb-07 16:20
aruna_koride22-Feb-07 16:20 
GeneralRe: Windows Mobile Soft Keys Pin
perlmunger22-Feb-07 16:58
perlmunger22-Feb-07 16:58 
I know this is stating the obvious but are you stopping the timer first before trying to call dispose? (just want to make sure).

Honestly, I think you really need to track down the real issue rather than trying to kill the process. Something is not right in the app and I promise it will not benefit you to just ignore the problem and try to kill the process. That being said, if you really want to kill it, take a look at Process.Kill() here: http://msdn2.microsoft.com/en-us/library/system.diagnostics.process.kill(VS.80).aspx[^]

Here's a note from that page:

The Kill method executes asynchronously. After calling the Kill method, call the WaitForExit method to wait for the process to exit, or check the HasExited property to determine if the process has exited.


I am not familiar with Envrionment.Exit(). You'll probably have to use something else, though, since it is not available in the compact framework.

And as far as the link in #1 goes, don't worry about it. If you see my previous post (where I respond to myself), you'll see that I was sending you to look at a link about hardware keys, not softkeys.

-Matt

------------------------------------------
The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall

GeneralRe: Windows Mobile Soft Keys Pin
aruna_koride22-Feb-07 17:10
aruna_koride22-Feb-07 17:10 
AnswerRe: Windows Mobile Soft Keys Pin
arcticbrew22-Feb-07 6:26
arcticbrew22-Feb-07 6:26 
QuestionFullscreen SIP input (draw on screen with mouse hook, like Transcriber) Pin
apollo854-Feb-07 4:02
apollo854-Feb-07 4:02 
AnswerKeyboard hook taken for a basis, but not working with WH_MOUSE & WH_MOUSE_LL Pin
apollo854-Feb-07 4:12
apollo854-Feb-07 4:12 
QuestionHow to send messages from icon on the upper toolbar ? Pin
knopper2-Feb-07 2:49
knopper2-Feb-07 2:49 
QuestionMobile comm through Wi Fi Pin
Member 378391131-Jan-07 22:31
Member 378391131-Jan-07 22:31 
QuestionCEDB & VS.Net 2005 Pin
aweekes131-Jan-07 11:54
aweekes131-Jan-07 11:54 
Questioncompact framework error? Pin
bryce30-Jan-07 17:50
bryce30-Jan-07 17:50 
AnswerRe: compact framework error? Pin
bryce30-Jan-07 18:43
bryce30-Jan-07 18:43 
GeneralRe: compact framework error? Pin
bryce30-Jan-07 18:47
bryce30-Jan-07 18:47 
QuestionHow to save mobile contacts to PDA ( Personal Distal Assistance) [modified] Pin
Siva Rama Raju30-Jan-07 1:33
Siva Rama Raju30-Jan-07 1:33 
QuestionReading images from webcam Pin
gskumar11129-Jan-07 20:01
gskumar11129-Jan-07 20:01 
QuestionBluettoth Pin
xfahad29-Jan-07 8:27
xfahad29-Jan-07 8:27 
QuestionPlatform Manager server failed error! Pin
Shaileshhex28-Jan-07 23:19
Shaileshhex28-Jan-07 23:19 
AnswerRe: Platform Manager server failed error! Pin
Mike Dimmick30-Jan-07 2:46
Mike Dimmick30-Jan-07 2:46 
QuestionWinsock with Pocket PC Pin
mkoliv26-Jan-07 4:34
mkoliv26-Jan-07 4:34 
AnswerRe: Winsock with Pocket PC Pin
Alain Rist27-Jan-07 22:58
Alain Rist27-Jan-07 22:58 

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.