How to make the form hide auto:

G

Guest

Hi EverybodY:

How can I make my form Hide automaticlly without pressing button or any
thing like that ?

any help will be appreciated

regard's

Husam
 
C

Cor Ligthert

Hussam,
How can I make my form Hide automaticlly without pressing button or any
thing like that ?
Create a program without a form.

Sorry, I could not resist, you really should tell more what you want to do.

Cor
 
H

Herfried K. Wagner [MVP]

Husam said:
How can I make my form Hide automaticlly without pressing button or any
thing like that ?

Either call 'Me.Hide()' or set the form's 'Visible' property to 'False'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top