Thank you for working on this.
If I could figure a way to set an object var to anything in the other application, I could then work with vb objects. Is there a way to set a vb object or instance variable to the other application to gain access? A public function in the other app would only work once I had a reference from one app to the other.
By the way, the label control is not a window. According to vb documentation, it does not have a windows handle viewed from the API or a hWnd property in vb. It is a graphic display of text written at runtime by vb, on a form. It is included in the controls collection. It is similar to a line and referred to in documentation as a "lightweight control".