Mongoose Posted November 15, 2011 Posted November 15, 2011 I am working on a project to automate some data input functions for a software package we use at work. Some of the textboxes on the data entry forms have constraints on the text they can accept eg length of input string. Is there any way to find out what the constraints are for a particuar control?
AdmiralAlkex Posted November 15, 2011 Posted November 15, 2011 If it's an ordinary edit control then _GUICtrlEdit_GetLimitText(). If it's something else, then tell us what Au3Info says instead of forcing us to guess. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now