|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
App invisible at run timeHi, All
I need develop utility app, which will run invisible in .NET 2003 or .NET 2005. It was in VB 6.0, where application runs w/o interface. When i choose Windows App or Console it still display some interface for a few seconds on start up. How to make it invisible for the user? please, advice "elena" <el***@discussions.microsoft.com> wrote in message Upgrade to VB6.news:2BF2700F-551D-445D-8B64-758726FF0906@microsoft.com... > I need develop utility app, which will run invisible in .NET 2003 > or .NET 2005. It was in VB 6.0, where application runs w/o > interface. When i choose Windows App or Console it still > display some interface for a few seconds on start up. > How to make it invisible for the user? Mike "Mike Williams" <mi***@whiskyandCoke.com> wrote in message ROTFLnews:OqXawcEKIHA.4712@TK2MSFTNGP04.phx.gbl... > "elena" <el***@discussions.microsoft.com> wrote in message > news:2BF2700F-551D-445D-8B64-758726FF0906@microsoft.com... > >> I need develop utility app, which will run invisible in .NET 2003 >> or .NET 2005. It was in VB 6.0, where application runs w/o >> interface. When i choose Windows App or Console it still >> display some interface for a few seconds on start up. >> How to make it invisible for the user? > > Upgrade to VB6. in .Net go to Project Properties and select Startup object to Sub Main
and then write the Sub Main in a module Show quote "elena" wrote: > Hi, All > I need develop utility app, which will run invisible in .NET 2003 or .NET > 2005. > It was in VB 6.0, where application runs w/o interface. > When i choose Windows App or Console it still display some interface for a > few seconds on start up. > How to make it invisible for the user? > please, advice |
|||||||||||||||||||||||