[python-win32] access to GetNextDlgTabItem

Chris Johnson chris.johnson@netiq.com
Thu, 14 Nov 2002 13:27:01 -0600


All:

I would like to build an app that can automate gui controls similer to segue
silk.

I would like to use python. In order to do this i need to learn to access
methods similer to vc++ GetNextDlgTabItem . 

These are in the vc++ (Header Declared in Winuser.h, include Windows.h 
Import library User32.lib) . That is from msdn docs.

Or if there is a pure python way to access controls please give me a hint. 


cj

-----Original Message-----
From: Jorgensen, Jens [mailto:jjorgensen@Tallan.com]
Sent: Thursday, November 14, 2002 1:22 PM
To: Chris Johnson; python-win32@python.org
Subject: RE: [python-win32] access to GetNextDlgTabItem


Hmmm, I can't see it in there. I tried:
 
>>> import win32gui
>>> win32gui.GetNextDlgTabItem
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
AttributeError: 'module' object has no attribute 'GetNextDlgTabItem'

and I would think that's where it would be. Perhaps Mark can add it into the
next release.
 

	-----Original Message----- 
	From: Chris Johnson [mailto:chris.johnson@netiq.com] 
	Sent: Thu 11/14/2002 11:12 AM 
	To: python-win32@python.org 
	Cc: 
	Subject: [python-win32] access to GetNextDlgTabItem
	
	

	Can win32api access microsoft c++ GetNextDlgTabItem ?
	
	
	I am just learing this stuff ?
	
	cj
	
	_______________________________________________
	Python-win32 mailing list
	Python-win32@python.org
	http://mail.python.org/mailman/listinfo/python-win32