
Adding a Property to ALL forms
Quote:
>>Instead of adding a property to a form,
>>is there a way to add a property to every form in the Forms collection ?
One further point.
I ran this code...
Private Sub Form_Load()
addon$ = "XXXXX"
For i = 1 To 1000000#
Tag = Tag & addon$
If (i Mod 1000) = 0 Then
Debug.Print Len(Tag)
Beep
End If
Next i
End Sub
When the debug o/p reached 165000 I gave up.
Looks like you can add "War and Peace", the collected works of
Shakespear etc. to the Tag property.
Regards.
--
Martin Trump