Hello to everybody!!
I have an application running to control one process. Then during the execution of that process (it can't stop!!), the user can open a CommonDialog box (Open files) and select some file. But the problem is that CommonDialog box is a modal dialog and all the process is stopped.
Do you have any idea on how to open it without stop my application. I mean I need to open it and raise an event to inform my application that someone has close that dialog...
Many thanks in advance
I have an application running to control one process. Then during the execution of that process (it can't stop!!), the user can open a CommonDialog box (Open files) and select some file. But the problem is that CommonDialog box is a modal dialog and all the process is stopped.
Do you have any idea on how to open it without stop my application. I mean I need to open it and raise an event to inform my application that someone has close that dialog...
Many thanks in advance