English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

after i display my form it will disappear after a few seconds. how do i do that? :)

2006-07-26 03:07:52 · 2 answers · asked by reenz 1 in Computers & Internet Programming & Design

2 answers

'Hers the Code

Private Sub Timer1_Timer()
'Set the timer Interval to (how many Secs you want) * 1000
'make sure that the timer is intilized with Enabled=true
Me.Hide
Timer1.Enabled = False

End Sub

'there is a way to giv effects like fade and things
'look for them on line or just ask

2006-07-26 03:20:09 · answer #1 · answered by I.TPro 2 · 0 0

Form_Name.Hide or Unload Form_Name

2006-07-26 03:09:43 · answer #2 · answered by Yoi_55 7 · 0 0

fedest.com, questions and answers