How to make a Windows application?

How do you make the label invisible in windows application in visual basic 2010?

  • Answer:

    There are two ways to make the label invisible. The first way steps are; 1. After you create the label, make the name (not caption) "lbl1". 2. Double click the form and in the code type "lbl1.Visible = False". Now when you play it, it will be invisible! The second way is; 1. Click the label 2. In the properties box, there is something called visible. In that click False. Now when you play it, it will be invisible!

wiki.answers.com Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.