k, im duplicating a form in runtime but im having trouble trying to reference to it???
using that method, how could i easily reference to each of my duplicate forms? say for instance, add text to a textbox control on one of the forms?VB Code:
Dim f As Form1 Set f = New Form1




Reply With Quote