mbackhaus
September 7th, 2001, 06:35 AM
I need to create a modeless Form or somethig else, to show that something happens.
(MyForm.Show modless
MyForm.Caption = "Doing something, please wait."
.
.
.
MyForm.Hide)
in this way. How can I do this?
please Help.
(MyForm.Show modless
MyForm.Caption = "Doing something, please wait."
.
.
.
MyForm.Hide)
in this way. How can I do this?
please Help.