|
-
Jun 14th, 2007, 11:12 PM
#1
Thread Starter
Junior Member
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...
-
Jun 15th, 2007, 02:02 AM
#2
Frenzied Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|