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.