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.
 

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

Back
Top