VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



this is an easy code. It works to hide a form. With this you can hide form very easy. only about 1

by waybay (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Originally Published: Fri 9th June 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



'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

Download this snippet    Add to My Saved Code

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 have been posted about this is an easy code. It works to hide a form. With this you can hide form very easy. only about 1 . Why not be the first to post a comment about this is an easy code. It works to hide a form. With this you can hide form very easy. only about 1 .

Post your comment

Subject:
Message:
0/1000 characters