Hi Paul,
Since your reply I try to use pywinauto. I was able to get the control
of a window that is a good news but it is not working for sub window
this main window create.(popup windows)
eg) File -> printwill open print window but the code is not
clicking print button. I try several combinati
Hi Paul,
Since your reply I try to use pywinauto. I was able to get the control
of a window that is a good news but it is not working for sub window
this main window create.(popup windows)
eg) File -> printwill open print window but the code is not
clicking print button. I try several combinati
Remote', u'Transparent Windows Client', u'Print
- RemoteTransparent Windows Client']'
This is the code
import sys
import time
import application
app = application.Application()
qi=app.window_(title_re = ".*ArcView.*")
time.sleep(2)
qi.Typ
Remote', u'Transparent Windows Client', u'Print
- RemoteTransparent Windows Client']'
This is the code
import sys
import time
import application
app = application.Application()
qi=app.window_(title_re = ".*ArcView.*")
time.sleep(2)
qi.Typ
Hi
Any one tell me where I can get (or download) python modules win32com
or win32com.client because I have to use "Dispatch" thanks
--
http://mail.python.org/mailman/listinfo/python-list
This is not I was looking for. There is a module call
"win32com.client" in python some people used it If any body know about
it let me know.
On Jan 31, 1:45 pm, Gary Herron <[EMAIL PROTECTED]> wrote:
> vithi wrote:
> > Hi
> > Any one tell me where I can get (or do
mputer
On Jan 31, 7:17 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote:
> En Wed, 31 Jan 2007 22:17:10 -0300, vithi <[EMAIL PROTECTED]> escribió:
>
> > This is not I was looking for. There is a module call
> > "win32com.client" in python some people use
On Jan 31, 6:35 pm, rzed <[EMAIL PROTECTED]> wrote:
> "vithi" <[EMAIL PROTECTED]> wrote innews:[EMAIL PROTECTED]:
>
> > Hi
> > Any one tell me where I can get (or download) python modules
> > win32com or win32com.client because I have to use "
;
you try in your computer
vithi
--
http://mail.python.org/mailman/listinfo/python-list
Hi'
I am trying to launch an application. When I try like that
When I try like that Excel is opening
import win32com.client
object = win32com.client.Dispatch("Excel.Application")
object.Visible = 1
But when I try my application which is QeepIt.exe
which is in the c:\ drive it is not running
Any bo
Hi'
I am trying to launch an application. When I try like that
When I try like that Excel is opening
import win32com.client
object = win32com.client.Dispatch("Excel.Application")
object.Visible = 1
But when I try my application which is QeepIt.exe
which is in the c:\ drive it is not running
Any bo
Hi'
I am trying to launch an application. When I try like that
When I try like that Excel is opening
import win32com.client
object = win32com.client.Dispatch("Excel.Application")
object.Visible = 1
But when I try my application which is QeepIt.exe
which is in the c:\ drive it is not running
Any bo
Hi'
I am trying to launch an application. When I try like that
When I try like that Excel is opening
import win32com.client
object = win32com.client.Dispatch("Excel.Application")
object.Visible = 1
But when I try my application which is QeepIt.exe
which is in the c:\ drive it is not running
Any bo
enellina" <[EMAIL PROTECTED]>
wrote:
> En Fri, 16 Feb 2007 23:36:26 -0300, vithi <[EMAIL PROTECTED]> escribió:
>
> > I am trying to launch an application. When I try like that
> > When I try like that Excel is opening
> > import win32com.client
> > objec
14 matches
Mail list logo