"Rudy" <Rudy@discussions.microsoft.com> wrote in message
news:49C947D0-05FD-476C-8B3E-3423F37693B6@microsoft.com...
> Hi Kevin!
>
> Yes I am. I been thinking about this. I thought maybe I would create a
> form, and have the label fill the form. Then I will control the form
> instead
> of the label. I think I might have some more control of closing that form
> with out being dependent on anything. What do you think?
>
> Rudy
>
> "Kevin Spencer" wrote:
>
>> Are you using a System.Timers.Timer class?
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>>
>> Help test our new betas,
>> DSI PrintManager, Miradyne Component Libraries:
>>
http://www.miradyne.net >>
>> "Rudy" <Rudy@discussions.microsoft.com> wrote in message
>> news:E86DD20D-A93A-422B-963B-6D5423DB0055@microsoft.com...
>> > Hello all!
>> >
>> > I'm having a problem with a stuck label. I have two applications, one
>> > that
>> > runs on a server, the other a client. The server application controls
>> > all
>> > of
>> > the forms that open on the client side. they close either by the user
>> > or
>> > by a
>> > timer.
>> >
>> > So on the client computer, I have form1 running. The label will pop up
>> > on
>> > top of Form 1. Sometimes Form2 will show before the label timer close
>> > the
>> > label. So the label is now stuck and will stay there. So the timer got
>> > interupted, and now the timer won't run to close out the label. I
>> > thought
>> > the timer ran on a seperate thread?
>> >
>> > Any ideas on how I can make sure the label close out, even f a form
>> > pops
>> > up
>> > on top of it?
>> >
>> > Thanks!
>> >
>> > Rudy
>>
>>
>>