this is an easy code. It works to hide a form. With this you can hide form very easy. only about 1
this is an easy code. It works to hide a form. With this you can hide form very easy. only about 1 line. If you dont want every body else to
Rate this is an easy code. It works to hide a form. With this you can hide form very easy. only about 1
(1(1 Vote))
'put the command button (or label, or whatever) on clic
form1.hide
'put timers interval in 20000 or th e seconds you want to remain hided
form1.show
-----´
Another way...
'put the same things, only the code changes
'in command1:
form1.visible=false
'on timer:
form1.visible=true
this is an easy code. It works to hide a form. With this you can hide form very easy. only about 1 Comments
No comments yet — be the first to post one!
Post a Comment