displaying loading status

  • Thread starter Thread starter Bernie Yaeger
  • Start date Start date
B

Bernie Yaeger

This is a simple question without, I'm afraid, a simple answer: I am loading
a datatable with a fill method in a load event of a window. I know how to
hook up to the rowchanged event so that I can track the activity of the fill
method, but how can I display it? If the form hasn't loaded yet, I can't
display it on the form, but I don't know how to display it elsewhere. (The
loading window is a child of the mdi parent in an mdi app).

Thanks for any help.

Bernie Yaeger
 
Hi Bernie,

You might do it in Activated event - when the form is already shown.
Or, you might consider using a background thread.
 
Back
Top