Re: [python-win32] Hide the console as soon as the script starts.

2008-05-12 Thread Graeme Glass
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

[python-win32] Hide the console as soon as the script starts.

2008-05-12 Thread Antony Joseph
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

[python-win32] Excel - accessing a control's properties in an event

2008-05-12 Thread Roger Upole
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

Re: [python-win32] Create a System DSN which points to a MSSQL Database on Remote Machine

2008-05-12 Thread Tim Golden
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"

Re: [python-win32] Create a System DSN which points to a MSSQL Database on Remote Machine

2008-05-12 Thread siddhartha veedaluru
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

Re: [python-win32] how to activate subwindow of the application ???

2008-05-12 Thread Tim Golden
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