keep a program running

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • NetMasker

    #1

    keep a program running

    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




  • Randy Birch

    #2
    Re: keep a program running

    Since this group is really for VB6 and earlier, you might want to post to
    groups devoted exclusively to .net programming on the microsoft news server,
    named such as:

    news://msnews.microsoft.com/microsof...dotnet.general
    news://msnews.microsoft.com/microsof...t.languages.vb
    news://msnews.microsoft.com/microsof....vsnet.general

    --

    Randy Birch
    MS MVP Visual Basic

    ----------------------------------------------------------------------------
    Read. Decide. Sign the petition to Microsoft.

    ----------------------------------------------------------------------------



    "NetMasker" <netmasker@yaho o.com> wrote in message
    news:d39c8n$c2r $1@nic.grnet.gr ...
    : 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
    :
    :
    :
    :

    Comment

    • Steve Gerrard

      #3
      Re: keep a program running


      "NetMasker" <netmasker@yaho o.com> wrote in message
      news:d39c8n$c2r $1@nic.grnet.gr ...[color=blue]
      > 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.[/color]

      As Randy said, find a .Net group. But I'm just curious: what sort of user input,
      if there is no form showing?


      Comment

      • Me

        #4
        Re: keep a program running

        Ten to one a key logger...

        Steve Gerrard wrote:
        [color=blue]
        > "NetMasker" <netmasker@yaho o.com> wrote in message
        > news:d39c8n$c2r $1@nic.grnet.gr ...
        >[color=green]
        >>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.[/color]
        >
        >
        > As Randy said, find a .Net group. But I'm just curious: what sort of user input,
        > if there is no form showing?
        >
        >[/color]

        Comment

        Working...