Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
edit box
#16
To set the style of the window to a normal edit box without limitations.

Also,

found this code on the forum and is it possible this is what may be being used to limit the characters?

Macro Macro
Code:
Copy      Help
,case EN_CHANGE<<16|4
,,_s.getwintext(id(4 hDlg))
,,if(_s.len>3)
,,,key B

That is used in a dialog on here to only allow said number of characters into an edit box in a dialog

If so...anyway around it?

Thanks


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)