How can I make an edit box scroll without a scroll bar, so you can keep typing...:confused:
Printable View
How can I make an edit box scroll without a scroll bar, so you can keep typing...:confused:
i think you need the ES_MULTILINE style
But I don't want it to be multiline..I only want it to scroll horizontally without the scrollbar...like if you go to start>run. You can just keep typing without it stopping you or a scrollbar popping up.
ohh sorry then...have you tried ES_AUTOHSCROLL? i haven't tried it, but the description in msdn seems to be what you want..hopefully :)