Results 1 to 5 of 5

Thread: textbox collection(resolved by alextyx)

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Posts
    471

    textbox collection(resolved by alextyx)

    I want to create a textbox collection by the textboxes on my form, after I add two, i still get the collection's item count is 0.

    Here is my code:


    VB Code:
    1. Dim colText As TextBox.ControlCollection = New TextBox.ControlCollection(Me)
    2.         colText.Add(txtDBName)
    3.         colText.Add(txtFileName)
    Last edited by Palmtree; Apr 14th, 2004 at 09:15 AM.

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