Diplay a label box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey guys,

if i want a label box (lblMessage) to appear every minute on frmMain and then hide (visible = True/False), how do i do that

NEED THE CODE PLEAS
THANX IN ADVANCE
 
use a timer, set the interval to 60 seconds, then add a handler to it that
handles the changeing of the visible state... look on MSDN for the timer
class

Will said:
Hey guys,

if i want a label box (lblMessage) to appear every minute on frmMain and
then hide (visible = True/False), how do i do that ?
 
* "=?Utf-8?B?V2lsbA==?= said:
if i want a label box (lblMessage) to appear every minute on frmMain and then hide (visible = True/False), how do i do that ?

Double post!
 
Back
Top