custom addhandler

  1. M

    Question How to dynamically specify addressof by string for AddHanlder on load

    Hi, For a given control I set the AddHandler event for a given control on the Form Load Event. Is it possible to specify the AddressOf Object by a String? Example (simplest form): I have a public function (TestRoutine), a control (Control) and a string (RoutineName = "TESTROUTINE"). The...
Back
Top