show messageBox when form is not showen

G

Guest

Hi,

I've 2 Forms:

1. Main Form
2. Form contiaing Timer (which shows messageBox after 1 sec).

I want that The Main Form, will create the Second form, and that the timer
will be activated, but the user won't see the form (like a silent form).

Is it possible ? and if so, How can it be done?

Thanks,
Gidi.
 
G

Guest

The question is not so clear, do you mean a form which will create a new form
and activate a timer.

What the problem doing this or you meant to somthings else.
 
G

Guest

I want that the second form will work in the background,
but when i pop-up a messageBox, the user will see it.

Thanks,
Gidi
 
G

Guest

Set the form 2 to be hidden and when the timer need to presetn the form it
sill wset it to visible and set the form to foreground, thats all.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top