Pop up alert

  • Thread starter Thread starter CJM
  • Start date Start date
C

CJM

In the application I am working on there is a Password form where the
user enters their password. I currently have a timer control on the
form that will close the form after 15 seconds.

What I would like is to have some kind of alert or message similar to
a tool tip appear after 10 seconds to warn the user that the form is
about to close.

Is this possible with C#?

TIA!
 
Might sound a bit obvious but why dont you just use a label with no text in
it - and put text in it when you want to warn the user

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
Back
Top