Activate the wrong form

  • Thread starter Thread starter Flemming
  • Start date Start date
F

Flemming

I have a problem when switching between another program and my own
application.

this is what happens:



1) I start 'myapp.exe" from File Explorer

2) From form1 activate 'ShowDialog()' on form2

3) Start File Explorer and reactivate 'myapp.exe' by clicking the exe file.

4) Now form1 is showed and not the last active form form2. And the
application is 'disabled'.

5) However I can reactivate the correct form2 by going to memory manager and
reactivate form2, from the "Running program list".



I can send a sample program..!



/Flemming
 
The OS is Pocket PC 2003 and the application is c# (Compact Framework with
SP3)

/Flemming
 
Back
Top