Re: [DOTNET] Auto-Minimizing Console Apps

2002-05-14 Thread Doug Beyer
Please send me the code snippet. Thanks. -Original Message- From: Eric Gunnerson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 9:16 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Auto-Minimizing Console Apps If you're doing something like this, I think it's cool to

Re: [DOTNET] Auto-Minimizing Console Apps

2002-05-14 Thread Eric Gunnerson
: Boyd Campbell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 7:51 AM To: [EMAIL PROTECTED] Subject: [DOTNET] Auto-Minimizing Console Apps Hey all, Is there a way in code (C#) for me to specify that my console applet run minimized? I've written a simple app that will complete an unat

Re: [DOTNET] Auto-Minimizing Console Apps

2002-05-14 Thread Brad Wilson
Boyd Campbell wrote: > Is there a way in code (C#) for me to specify that my console applet run > minimized? The Win32 code would be: ShowWindow( GetConsoleWindow(), SW_SHOWMINIMIZED ); Not sure if the console APIs are exposed in .NET or not... you might need to P/Invoke to GetConsoleWindow

Re: [DOTNET] Auto-Minimizing Console Apps

2002-05-14 Thread Chris M. Szurgot
alled right now to test it out. Chris -Original Message- From: Boyd Campbell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 10:51 AM To: [EMAIL PROTECTED] Subject: [DOTNET] Auto-Minimizing Console Apps Hey all, Is there a way in code (C#) for me to specify that my console apple

[DOTNET] Auto-Minimizing Console Apps

2002-05-14 Thread Boyd Campbell
Hey all, Is there a way in code (C#) for me to specify that my console applet run minimized? I've written a simple app that will complete an unattended process to be scheduled via the Windows Scheduler. The Console class is simple and doesn't appear to expose any member that would handle this. I'