does anyone know how to call a method from a class automatically AFTER
a form has been created?
I am trying to call a method automatically after the form is displayed
to the user (not before).
anyone know how to do this?
thanks,
-dave
Roger Frost - 02 Mar 2008 19:11 GMT
How about the Load or Shown events? I think Shown is the last one to
execute.

Signature
Roger Frost
"Logic Is Syntax Independent"
> does anyone know how to call a method from a class automatically AFTER
> a form has been created?
[quoted text clipped - 6 lines]
> thanks,
> -dave