I want to launch the DTS wizard through a C# application. My
application simply launches the wizard using Process.Start() and then
waits for the process to finish. When the control comes back to my
form, from where DTS wizard was launched, all I need to know is whether
the wizard was finished or whether the user pressed the cancel button
on the wizard. Is there any way to know this info?
TIA
application simply launches the wizard using Process.Start() and then
waits for the process to finish. When the control comes back to my
form, from where DTS wizard was launched, all I need to know is whether
the wizard was finished or whether the user pressed the cancel button
on the wizard. Is there any way to know this info?
TIA