Re: How to hide a program?

2007-06-21 Thread jay graves
On Jun 20, 10:43 am, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > * jvdb (Wed, 20 Jun 2007 08:22:01 -0700) > http://www.ntwind.com/software/utilities/hstart.html I'm not the OP but this looks very useful to me. Thanks. ... Jay Graves -- http://mail.python.org/mailman/listinfo/python-list

Re: How to hide a program?

2007-06-21 Thread jvdb
Hi all, thanks very much! it was indeed how i compiled to .exe After using the windows= , my issue was solved. Thanks to all who took the time on helping me. Jeroen -- http://mail.python.org/mailman/listinfo/python-list

Re: How to hide a program?

2007-06-20 Thread Gabriel Genellina
En Wed, 20 Jun 2007 11:26:09 -0300, jvdb <[EMAIL PROTECTED]> escribió: > On 20 jun, 15:59, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: >> jvdb wrote: >> > Is it possible to start a program 'hidden' or minimized to at least >> > the system tray? And, if yes., could some one help me on this? >>

Re: How to hide a program?

2007-06-20 Thread David Wahler
On 6/20/07, jvdb <[EMAIL PROTECTED]> wrote: > The thing is, i don't want to see anything of my program, just the > launched program. > I already have the program working. But when i create an executable of > it with py2exe and start it, i don't want to see that it is running, > perhaps just in the

Re: How to hide a program?

2007-06-20 Thread Thorsten Kampe
* jvdb (Wed, 20 Jun 2007 08:22:01 -0700) > The thing is, i don't want to see anything of my program, just the > launched program. > I already have the program working. But when i create an executable of > it with py2exe and start it, i don't want to see that it is running, > perhaps just in the sys

Re: How to hide a program?

2007-06-20 Thread jvdb
On 20 jun, 17:05, Larry Bates <[EMAIL PROTECTED]> wrote: > jvdb wrote: > > Hi all, > > > I've created a program that receives files and opens the corresponding > > program (for example adobe acrobat). However, when started, i would > > like to see nothing of the running program. I only want to see

Re: How to hide a program?

2007-06-20 Thread Larry Bates
jvdb wrote: > Hi all, > > I've created a program that receives files and opens the corresponding > program (for example adobe acrobat). However, when started, i would > like to see nothing of the running program. I only want to see the > program that will be opened. > Is it possible to start a pro

Re: How to hide a program?

2007-06-20 Thread jvdb
On 20 jun, 15:59, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > jvdb wrote: > > Hi all, > > > I've created a program that receives files and opens the corresponding > > program (for example adobe acrobat). However, when started, i would > > like to see nothing of the running program. I only want

Re: How to hide a program?

2007-06-20 Thread Diez B. Roggisch
jvdb wrote: > Hi all, > > I've created a program that receives files and opens the corresponding > program (for example adobe acrobat). However, when started, i would > like to see nothing of the running program. I only want to see the > program that will be opened. > Is it possible to start a pr

How to hide a program?

2007-06-20 Thread jvdb
Hi all, I've created a program that receives files and opens the corresponding program (for example adobe acrobat). However, when started, i would like to see nothing of the running program. I only want to see the program that will be opened. Is it possible to start a program 'hidden' or minimized