WeMartiansAreFriendly Posted September 21, 2011 Share Posted September 21, 2011 (edited) I have quick question... Edit controls on Windows NT/2000/XP: For single-line edit controls' date=' the text limit is either 0x7FFFFFFE bytes or the value of the [i']wParam parameter, whichever is smaller. For multiline edit controls, this value is either –1 bytes or the value of the wParam parameter, whichever is smaller. Does this mean the amount of characters is essentially limited to available memory for multiline edit controls (theoretically unlimited)? Is the "-1 limit" also applied for a single line on a multiline edit control? Does AutoIt place internal limits that bypass this? Edited September 21, 2011 by WeMartiansAreFriendly Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet() Link to comment Share on other sites More sharing options...
funkey Posted September 24, 2011 Share Posted September 24, 2011 I don' think it is unlimited. I think -1 depends on your system: -1 in hex (x86): 0xFFFFFFFF -1 in hex (x64): 0xFFFFFFFFFFFFFFFF But this is just a guess. Programming today is a race between software engineers striving tobuild bigger and better idiot-proof programs, and the Universetrying to produce bigger and better idiots.So far, the Universe is winning. Link to comment Share on other sites More sharing options...
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