Results 1 to 2 of 2

Thread: TextBox.Show VS TextBox.Visible=True

  1. #1

    Thread Starter
    Junior Member gRob_AndDerSon's Avatar
    Join Date
    Jun 2007
    Location
    Philippines
    Posts
    31

    Question TextBox.Show VS TextBox.Visible=True

    Just want to ask whats the difference between:

    -----------------------------------------------------

    textbox.show and textbox.visible = true

    and

    textbox.hide and textbox.visble=false

    -----------------------------------------------------
    Are they the same thing...

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: TextBox.Show VS TextBox.Visible=True

    Hi,
    I have only ever used show/showdialog on forms, and the visible property on all other controls.
    If you use visible, you can test the state, i.e. if textbox.visible then, which you can't really do with show.
    The help file may explain more

    Pete
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width