|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Console Application - run in hidden modeHi,
Is there a way to run VB .Net Console application with hidden console window? I can run it minimized by creating a shortcut and set its properties to run minimized. Still it is not totally hidden. Can it be done programmatically? Appreciate your inputs. Thanks, Glenn Hi,
An alternative approach might be to create your application as a Windows Application, add a new module to your project, put your code in this module and make the module rather than Form 1 the object run on startup. Regards Steve. On Thu, 21 Dec 2006 11:25:29 -0800 "Glenn Palomar" <glenn.palo***@autodesk.com> wrote: Show quoteHide quote >Hi, - Steve Lowe> >Is there a way to run VB .Net Console application with hidden console >window? > >I can run it minimized by creating a shortcut and set its properties to run >minimized. Still it is not totally hidden. > >Can it be done programmatically? > >Appreciate your inputs. > >Thanks, >Glenn > - E-Mail : NO.SPAM.splowe@usa.net - Before Replying Remove .NO.SPAM - UK Resident although my e-mail address is usa.net Hi Steve,
Thanks. I'll try this alternative. Show quoteHide quote "Steve Lowe" <spl***@usa.net> wrote in message news:enkoo2da6h7oa2dh7ehjsghf3ipf05io2b@4ax.com... > Hi, > > An alternative approach might be to create your application as a > Windows Application, add a new module to your project, put your code > in this module and make the module rather than Form 1 the object run > on startup. > > Regards > > Steve. > > > > On Thu, 21 Dec 2006 11:25:29 -0800 "Glenn Palomar" > <glenn.palo***@autodesk.com> wrote: > >>Hi, >> >>Is there a way to run VB .Net Console application with hidden console >>window? >> >>I can run it minimized by creating a shortcut and set its properties to >>run >>minimized. Still it is not totally hidden. >> >>Can it be done programmatically? >> >>Appreciate your inputs. >> >>Thanks, >>Glenn >> > > - Steve Lowe > - E-Mail : NO.SPAM.splowe@usa.net > - Before Replying Remove .NO.SPAM > - UK Resident although my e-mail address is usa.net
cut, copy, and paste
Reservation algorithm Sending Email via VB.Net displaying resource file as Help Multithreading with DirectoryServices Sql 2005 and vb 2005 question? Object Type Conversion Error Crystal Reports: long delay to open Converting C++ code to VB2005 How to collect the data from input created by document.write() in ASP.NET? |
|||||||||||||||||||||||