-- RESOLVED -- USING COM OBJECT
Simply put, I want to make a class with functions that I can run without the need to actually instantiate an instance of the class...
Let me explain with an example; given a class FORM1 & RENDER I want to be able to use the functions of class RENDER in class FORM1 without the need to create an instance of RENDER, something like the following (pseudo-code):