Using VB.NET 2003 I want to keep a program running and waiting for users'
input without using a Form that loads at program execution.
Can I do it using just one Module or what?
Is this possible or must I create a service running in the background??
Any help appreciated,
Thanks in advance
input without using a Form that loads at program execution.
Can I do it using just one Module or what?
Is this possible or must I create a service running in the background??
Any help appreciated,
Thanks in advance
Comment