keyongtech


  keyongtech > dotnet.languages.* > dotnet.languages.csharp > 08/2004

 #1  
07-30-04, 08:48 PM
VMI
How can I add a small "Please wait..." form to a child form so that when I
minimize the child form, the "Please Wait..." form will also disappear? This
form will be displayed when the child form is running a lengthy process or
when the child form is displayed. Once the child form finishes the process,
or it's minimized, the "wait" form will also disappear.

Thanks.
 #2  
08-01-04, 11:56 PM
William Stacey [MVP]
Why not add a progress bar to the child form? Also, you have a ref to the
wait form from the child (creator) form, so in the minimize event of child,
also minimize the wait form. A dialog for the wait would probably be
better with no min or max button on it with and using the Form.ShowDialog()
method in the child. Then just hide it as needed, etc. until you need to
close it.
Similar Threads
Adding "please wait" display to a PocketPC app (built in VB.NET 20

I'm developing a smart device application in VB.NET 2003 (I have to use that old version of Visual Studio because the device in question doesn't support newer than the .net...

Adding "child" records to be linked to a parameterized "parent" record

I am fairly new to vb coding fo Access so forgive me if this seems obvious. How do I create a form to allow the user to enter new data thereby creating a new record, that...

Adding a "wait X time" command to a startup program

Hey people, im looking for a way to tell a program that starts up when i login to wait X seconds before starting, like for non-essential but ressource hogging...

Get a "parent" form to open a "child" form & pass data to the chil

Objective: How do I get a "parent" form to open a "child" form, and directly pass data to the child form? In other words, how can the child form open with some fields having...

Let browser say "done" immediately after parent finish and do not wait child.

I am writing a CGI program. Why browsers always wait (saying "transferring data from..." from the status bar) until both parent and chilld finish and say "done". How can I...


All times are GMT. The time now is 09:46 AM. | Privacy Policy