Re: [python-win32] desperately needing help for textbox for ms word

2008-01-17 Thread Amit Arora
.Visible=1 d=w.Documents.Add() tb=d.Shapes.AddTextbox(1,10,10, 100, 100) tb.Name='My text box' tb.TextFrame.TextRange.Text='hey bubba!' tb.Fill.ForeColor.RGB = win32api.RGB(255, 0, 0) _______ Best Regards, -Ami

Re: [python-win32] Help needed : FindWindowEx

2007-05-02 Thread Amit Arora
:[EMAIL PROTECTED] Sent: Thursday, May 03, 2007 10:55 AM To: Amit Arora Cc: Roger Upole; python-win32@python.org Subject: Re: [python-win32] Help needed : FindWindowEx Random thought.. there *has* to be a better way of finding out when a usb device is plugged in... (not that I know how, but I haven&#

Re: [python-win32] Help needed : FindWindowEx

2007-05-02 Thread Amit Arora
AnyPopup() for this, any imputs on this will be of great help too . Regards, ~Amit Arora -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger Upole Sent: Thursday, May 03, 2007 9:56 AM To: python-win32@python.org Subject: [python-win32] Re: Help

[python-win32] Help needed : FindWindowEx

2007-05-02 Thread Amit Arora
ndWindowEx(win32gui.GetDesktopWindow(), None, "wndclass_desked_gsk",None) Getting the following message : Traceback (most recent call last): File "", line 1, in win32ui: No window can be found. Please provide inputs on this , will be of great help for me to start with ...

[python-win32] Python Help needed - VerInstallFile API

2007-04-30 Thread Amit Arora
(ActivePerl.msi) Regards, ~Amit Arora ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Impersonating an Admin User using a standard User

2007-04-29 Thread Amit Arora
a.logoff() #return to normal except: print sys.exc_type , sys.exc_value Please guide me on how to install any application(or use admin privilidges through a standard login ) . Regards, ~Amit Arora, Senior Software Engineer,