S
Sanjiv
I have a windows application with a main routine in a class.
I do all the processing in main() routine, displaying modal and
modeless forms, database stuff etc.Need to stop processing as soon as
something bad happens.....
How do you return out of Main() routine? Application.Exit() doesn't
work because there is no Application.Run(form).
Should I use Environment.Exit() ?
Suggestions....
Thanks
Sanjiv
I do all the processing in main() routine, displaying modal and
modeless forms, database stuff etc.Need to stop processing as soon as
something bad happens.....
How do you return out of Main() routine? Application.Exit() doesn't
work because there is no Application.Run(form).
Should I use Environment.Exit() ?
Suggestions....
Thanks
Sanjiv