Y
yxq
Hi
When a sub-Form are loading, how to know the sub-Form has been loaded to
finish(all work end)?
I wrote the code
*********************************************
Me.Cursor = System.Windows.Forms.Cursors.WaitCursor
Private Obj-sub-Form As Form
Obj-sub-Form = New sub-Form ()
Obj-sub-Form.MdiParent = Me
Obj-sub-Form.Show()
Me.Cursor = System.Windows.Forms.Cursors.Default
*********************************************
I found the cursor has restored to default, but the sub-Form has not been
loaded to finish yet!
How to do?
Thanks
When a sub-Form are loading, how to know the sub-Form has been loaded to
finish(all work end)?
I wrote the code
*********************************************
Me.Cursor = System.Windows.Forms.Cursors.WaitCursor
Private Obj-sub-Form As Form
Obj-sub-Form = New sub-Form ()
Obj-sub-Form.MdiParent = Me
Obj-sub-Form.Show()
Me.Cursor = System.Windows.Forms.Cursors.Default
*********************************************
I found the cursor has restored to default, but the sub-Form has not been
loaded to finish yet!
How to do?
Thanks