k, im duplicating a form in runtime but im having trouble trying to reference to it???
VB Code:
  1. Dim f As Form1
  2. Set f = New Form1
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?