I can code this by having two event handlers call the same subroutine.
It seems cleaner to have one Event Handler.
Can I do this at design time?
If not, during the Form Load Subroutine can I assign the same Event Handler to a second event?
I am doing geodesic (shortest distance) calculations for Ellipsoids of revolution & for Spheres. The same calculations can be used for both objects by merely using two equal Ellipsoid parameters.
It seems cleaner to have one Event Handler.
Can I do this at design time?
If not, during the Form Load Subroutine can I assign the same Event Handler to a second event?
I am doing geodesic (shortest distance) calculations for Ellipsoids of revolution & for Spheres. The same calculations can be used for both objects by merely using two equal Ellipsoid parameters.