I was wondering if somebody could give some examples of making line breaks and Wordwrapping in EditClass? I don't know how to impliment the EM_SETWORDBREAKPROC message and as well as the EditWordBreakProc();
Thanks!
Thanks!
I think for word wrap you need to remove its style ES_AUTOHSCROLL using SetWindowLong
Okay, i fixed it, i removed the ES_AUTOHSCROLL and just added the ES_MULTILINE attribute
thanks!
thanks!
Hmm, another question. Is there a way to set the maximum number of characters allowed in a EditBox?
I was thinking of making a counter of some sort for the number of chars in the edit, would i have to do something with the keyboard messages?
thnX!
I was thinking of making a counter of some sort for the number of chars in the edit, would i have to do something with the keyboard messages?
thnX!
EM_SETLIMITTEXT