VB6
Win2k
I have a proprietary component i need to interact with, and i want my application to be formless. All it does it read in a command line string when called and pass this command to another application.
To interact with this other app a component needs to be included in the project. If i put my code in a module, when i try to instantiate the object of this component i get the error 'object required'.
If i leave the code in the form (the form laod event), all is fine apart from that when the code is done, the form is still hanging around (i made it invisible).
In short: how do i include a component in an application that requires no user interface?
Thanks in advance
Win2k
I have a proprietary component i need to interact with, and i want my application to be formless. All it does it read in a command line string when called and pass this command to another application.
To interact with this other app a component needs to be included in the project. If i put my code in a module, when i try to instantiate the object of this component i get the error 'object required'.
If i leave the code in the form (the form laod event), all is fine apart from that when the code is done, the form is still hanging around (i made it invisible).
In short: how do i include a component in an application that requires no user interface?
Thanks in advance