Visual Basic  Glossary

 
Val This function converts a string into a numeric value
Visible

The property that hide or show the object at runtime.

Examples:    Image1.Visible=False  will hide Image1

                   Image1.Visible=True   will show Image1

 

   
   
   

 

 

  [Back to VB Glossary]