Hi ALL,
I play with Itczelion tutorial #12 (selecting text file and displaying it's contents in an Edit Box control).
Example code compiles and works pretty well. However one thing still bother me: edit box appears without scrollbars and text cliped by control edges. Adding ES_AUTOHSCROLL | ES_AUTOVSCROLL styles doesn't help.
Q: How to make Edit Box appear with scrollbars?
Thank you
I play with Itczelion tutorial #12 (selecting text file and displaying it's contents in an Edit Box control).
Example code compiles and works pretty well. However one thing still bother me: edit box appears without scrollbars and text cliped by control edges. Adding ES_AUTOHSCROLL | ES_AUTOVSCROLL styles doesn't help.
Q: How to make Edit Box appear with scrollbars?
Thank you
WS_HSCROLL | WS_VSCROLL
maybe ES_MULTILINE
maybe ES_MULTILINE
Hi Comrade,
That's It!!
Thanks a lot, I feel much better now:)
That's It!!
Thanks a lot, I feel much better now:)