Hello,
I have a question! Can I run VB program as Daemon/Services?
And also, the program can start/stop by user.
Anyone can give me the code sample!!
Thanks!
Printable View
Hello,
I have a question! Can I run VB program as Daemon/Services?
And also, the program can start/stop by user.
Anyone can give me the code sample!!
Thanks!
You can use Winsock. Just let it listen on a port like 25(smtp) or 110 (pop3). Search vb-world for articles/examples on Winsock.