J
Jerry
I need to be able to exit my program completely no matter what. I am not
able to do this with any of the following commands:
this.Close();
vfData.ActiveForm.Close();
Form.ActiveForm.Close();
Application.ExitThread();
Any ideas?
Thanks,
Jerry
able to do this with any of the following commands:
this.Close();
vfData.ActiveForm.Close();
Form.ActiveForm.Close();
Application.ExitThread();
Any ideas?
Thanks,
Jerry