is this bug in VS

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Cc

    is this bug in VS

    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.



  • Armin Zingler

    #2
    Re: is this bug in VS

    "Cc" <kobolds@singne t.com.sg> schrieb[color=blue]
    > 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.[/color]

    I can't reproduce it (VB 2003/Framework 1.1).


    --
    Armin

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: is this bug in VS

      "Cc" <kobolds@singne t.com.sg> schrieb:[color=blue]
      > 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.[/color]

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

      --
      Herfried K. Wagner
      MVP ยท VB Classic, VB.NET
      <http://www.mvps.org/dotnet>


      Comment

      Working...