On Tue, May 13, 2008 at 8:37 AM, Antony Joseph <[EMAIL PROTECTED]>
wrote:
> Hi ,
> I am trying to hide the console as soon as the script starts
> and display console window to System Tray .
> Could someone point me to any links.
>
> Thanks
> Antony
Execute your script with pythonw.exe
Hi ,
I am trying to hide the console as soon as the script starts and
display console window to System Tray .
Could someone point me to any links.
Thanks
Antony
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailm
Sriram Sundararajan wrote:
I have a question on the excelAddin.py sample in the win32com\demos folder.
We create a Tool Bar, add a button to it,
btnMyButton = cbcMyBar.Controls.Add(Type=constants.msoControlButton,
Parameter="Greetings")
'register' the button with the ButtonEvent class,
btnMyBu
siddhartha veedaluru wrote:
But when i give user and pass information it is not able to create the dsn
It is default local system user name and creating, which fails connecting to
database.
i gave the user information as following:
"SQL Server", SERVER="SQLSVR01",DESCRIPTION="MS SQL Server DSN"
Thanks tim,
But when i give user and pass information it is not able to create the dsn
It is default local system user name and creating, which fails connecting to
database.
i gave the user information as following:
"SQL Server", SERVER="SQLSVR01",DESCRIPTION="MS SQL Server DSN",
DSN="MyDSN", DA
neha rai wrote:
First time the window is opened by the user, user can pick any window on
which it needs to work (in my case window are is subwindow of a application)
You're not making life easy here by your varied use of the term "window".
My code identifies the window by using :
hand=win32gu