Hello,
in my service module i've declared a socket ' Socket1' . I've got a sub called connectToSocket where I initialize and connect the socket.
The Socket1_Connected sub is also located in my service module.
When I run my program i get the runtime error : "sub socket1_connected' was not found.
Is it necessary to place this sub in your main module ? Because I would like to use my main module solely for the user interface.
thank you in advance
in my service module i've declared a socket ' Socket1' . I've got a sub called connectToSocket where I initialize and connect the socket.
The Socket1_Connected sub is also located in my service module.
When I run my program i get the runtime error : "sub socket1_connected' was not found.
Is it necessary to place this sub in your main module ? Because I would like to use my main module solely for the user interface.
thank you in advance