Posted 8 February 2018, 12:09 am EST
Hi ComponentOne Team,
I’m trying out the C1TaskDialog in the C1Win7Pack, noticed that it does not contain any ‘.Shown’ event, could this be implemented?
What I’m trying to achieve is, I have a synchronisation task which I would like to have the C1TaskDialog show the progress and log any errors in the expanded area.
Calling C1TaskDialog.Show will stop the code from continuing until the OK button is clicked, using Thread is a no go too, as I cannot seem to call BeginInvoke for the C1TaskDialog. So, I was thinking to trigger the sync routine during the .Shown event.
Any ideas from your side how I should approach this?
Kind Regards,
Yew