| | I'm usually very well a creating a problems and then finding a solution. However this time I'm stumped. I'm attempting to create timers.. I know this is possible by doing... visual basic code:-------------------------------------------------------------------------------- Option Explict Dim WithEvents tmrTimer1 As VB.Timer Private Sub Form1_OnLoad() Set tmrTimer1 = Me.Controls.Add("VB.Timer", "Timer1") End Sub -------------------------------------------------------------------------------- Now, what I need is to be able to create those timers, but creating them so they belong to an array of timers. Any ideas, hints, suggestions...??? __________________ ' Comments go here... |

