Wrong Form is showed

F

Flemming

Hi,



I have an application that gives me large problems. The problem is that when
I activate another program ex. 'calendar' and then want to return to my own
application, by calling the application .exe file(ex. 'myapp.exe') from File
Explorer, when it is not the last activated Form that are showed, this means
that the Form that are activated is 'disabled' and therefore the application
is 'inaccessible'. The only way to 'tick start' my application is to
reactivate the last Form by activate the Form from:
"Settings->System->Memory->Running programs".



I' am using ShowDialog to activate Forms!



/Flemming
 
S

Sergey Bogdanov

Can you send a small reproducible code for this issue? Also are you sure
that your second form was not closed? It is abnormal that you see the
parent form instead of a dialog form.

Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top