Link to home
Start Free TrialLog in
Avatar of JMO9966
JMO9966

asked on

How do I add a startup event to my App ?

I typically do my automated programs by running Subroutines from the Form load and then just make the form hiddent and do application.exit after subs have run.

Is a startup event a better way to do this?  If so, how do I creat this event in my main class?

thanks,
JMO9966
ASKER CERTIFIED SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi JMO9966...did my comments help you at all?...
Avatar of JMO9966
JMO9966

ASKER

Thanks Idle,

I ended up taking a different approach, but I will look at what you offer next time I run into this situation.

JMO9966