Using the Control Send its possible to specify the limit (numumber of
characters) on a Textbox.
ie: CONTROL SEND hDlg, 202, %EM_SETLIMITTEXT, 3, 0
On multi-line listboxes is it possible to specify the number of characters
PER LINE? (So you could specify to allow 4 lines of 35 characters each,
say for a name & address field?)
Many Thanks,
Ray
------------------
characters) on a Textbox.
ie: CONTROL SEND hDlg, 202, %EM_SETLIMITTEXT, 3, 0
On multi-line listboxes is it possible to specify the number of characters
PER LINE? (So you could specify to allow 4 lines of 35 characters each,
say for a name & address field?)
Many Thanks,
Ray
------------------
Comment