I am trying to update the contents of a listview control that lives on one form from another form. The first form has a public sub routine that I want to use to refresh the contents of the control. The sub works fine when it is executed from the form that contains the listview control. But when it is called from another form, it doesn't do anything. When I trace through the code, I find that as soon as the code tries to update a control on the form, it causes a form_load event to occur as if it is creating a new form.
How could this be done in an OO way?
Troy Williams B.Eng.
fenris@hotmail.com
How could this be done in an OO way?
Troy Williams B.Eng.
fenris@hotmail.com