Results 1 to 2 of 2

Thread: [RESOLVED] Help with array

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2007
    Posts
    134

    Resolved [RESOLVED] Help with array

    I have created an array to create 10 text boxes on my form, this work fine. However, I am now trying to make it so when I click on a textbox a message box appears telling me which textbox was clicked, what do I need to add to this:

    Code:
    Private Sub Text1_Click(Index As Integer)
    MsgBox "Text1" & ???
    End Sub
    Thanks

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Help with array

    Code:
    Private Sub Text1_Click(Index As Integer)
    MsgBox "Text1" & Index
    End Sub
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

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