I need some help on my form in vb.net. I want it to open and close after 3 seconds at each Timer1.Tick
What i got so far:
Me.WindowState = FormWindowState.Minimized Me.Hide()
And I put this into Timer1.Tick What do i need to add to make it so that Button1.Click does:
Timer1.Enabled = True
and Timer1 should open the form, and after 3 seconds minimize it. Until now I haven't found anything. Does anyone of you know something? Thanks!

New Topic/Question
Reply



MultiQuote





|