how to start a method when form is created

  • Thread starter Thread starter finer
  • Start date Start date
F

finer

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
 
How about the Load or Shown events? I think Shown is the last one to
execute.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top