Has anyone been able to move the standard CGI interface for VB into a class? Standard interface being (Use of Environ(), stdin stdout via GetStdHandle() and Read Write APIs). All work fine from a module but not from a class. I'm guessing the class needs to have access to the original VB environment. Anyway, the application is in VB6 (ASP and WEB Classes are out of the question)

Any help would be appreciated!