addressof

  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...
  2. G

    Question Searching a generic list

    Hi, I have been reading extensively about searching generic lists in VB.NET with the usage of delegates. However, I still cannot seem to grasp how to achieve what I want to, which I believe is frustratingly simple! I have a list populated with instances of an object with three parameters...
Back
Top