I cant make my form invisible by setting this.Visible=false

  • Thread starter Thread starter hanct
  • Start date Start date
H

hanct

"this" here refer to the form..

I type this.Visible=false;..but the form still can be seen! Worst
still, the property editor has no Visible property to play
with..why??is that a bug??

Wat the difference between Visible=false and opacity=0;???
 
Hi Hanct,

A form with this.Visible=false is not showed but can be active.

When a form has opacity=50 it would have been for 50% visible.

Because this.Visible is one of the most used instruction, you better check
your program again, or others send some code where you use it.

I hope this helps?

Cor

ps. when you send code paste it first in a notebook, copy it back and paste
it than in the message others it is almost unreadable.
 
Back
Top