Hi,
My application normally doesn't use a dialog. In sub Main
I check some configration-data and if that file doesn't
exist or the data is incomplete I want to call a dialog
to enable the user to create the file and/or add the data.
However Settings(that's the dialog).Show exutes AFTER sub
Main ends and closing the dialog doesn't end the process.
What I want is to call the dialog and then continue sub
Main (which is calling other functions and procedures).
What do I wrong?
Any help appreciated
My application normally doesn't use a dialog. In sub Main
I check some configration-data and if that file doesn't
exist or the data is incomplete I want to call a dialog
to enable the user to create the file and/or add the data.
However Settings(that's the dialog).Show exutes AFTER sub
Main ends and closing the dialog doesn't end the process.
What I want is to call the dialog and then continue sub
Main (which is calling other functions and procedures).
What do I wrong?
Any help appreciated