In a vb 6.0 dll how can I find the App.Title of the calling application (the application that invoked the dll).

App.Title only gives me the title of the dll. Do I have to pass this is in as a param or is there a better way?

Thanks