What can I do about this.??
Thanks, ZMeister.
It's good design not to reference a UI element, like a form, from a class.
In the class, you can raise an event. The form should handle the event and
update the listbox with the data given by the event parameters.
Armin