is this bug in VS

  • Thread starter Thread starter Cc
  • Start date Start date
C

Cc

i create form A(with 1 button set modify to public) and form B , form B
inherit form A. from Form B i change property of button visible to false
and run form B ,but when I run the button still showing.
 
Cc said:
i create form A(with 1 button set modify to public) and form B , form
B inherit form A. from Form B i change property of button visible to
false and run form B ,but when I run the button still showing.

I can't reproduce it (VB 2003/Framework 1.1).
 
Cc said:
i create form A(with 1 button set modify to public) and
form B , form B inherit form A. from Form B i change
property of button visible to false and run form B ,but
when I run the button still showing.

In VS.NET 2002 the 'Visible' property will be set back to 'True'
automatically.
 
Back
Top