|
-
Nov 5th, 2007, 10:09 AM
#6
Re: [RESOLVE] DAdd TreeView Node On The Fly
Well, the Text property of the TextBox is the default property, so MsgBox(Text1) would give you the same thing as MsgBox(Text1.Text) but that is because MsgBox expects to get a string so the default property of the textbox is used. However a Variant could be set to anything including an object.
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
|