msgbox without OK button (1 Viewer)

maravinds

Registered User.
Local time
Today, 10:19
Joined
Apr 26, 2006
Messages
26
hallo everyone,

is there anyway to create a msgbox without OK button i.e., is there any way to display a window to show "data processing..." and then close it after the processing completes.

thanks in advance.

regards,


aravind.s
 
R

Rich

Guest
Create your own PopUp form and make it look like a message box
 

wardster

Registered User.
Local time
Today, 18:19
Joined
May 25, 2006
Messages
34
Hi - I have a similar scenario, but use a form with the pop-up and modal properties set to yes, and then resize it to a suitable size. I load the form with the on click event of the code used to launch the target form and when the target form has loaded after processing and loading the data - close the "processing..." form with the on activate of the main form.

there may be other ways of accomplishing this - but i found this the easiest for me.

Ian
 

Users who are viewing this thread

Top Bottom