Hi,
I'm not very expirienced with VB, but most of my dificulties i can resolve with google.This one not. Not sure if it can
I have a form in which an array of textboxes is placed by code.
How can i make an event to start when a change is made in ANY of the textboxes?
I'm using VB6

something like:

'get n from user
for m=1 to n
'place Txt_array(n)
next

Private Sub Txt_array(any)_change()
'do something
End Sub

thank you in advance