Edit Box?

Started by
4 comments, last by Prozak 22 years, 4 months ago
Hi all, in MSVC++6, how do i create an edit box, multiline with vertical scrollbar? (i know how to create a regular edit box) Thanx all, Hugo Ferreira UniteK Future "Concentrate, and you can see it. If you see it, then it is possible. If it is possible, you can Achieve it."
Advertisement
The best resources for all of your win32 needs are www.codeguru.com and www.codeproject.com
Look for it on MSDN too.

Invader X
Invader''s Realm
If you are creating it manually, use the edit box styles:

ES_MULTILINE | ES_WANTRETURN | ES_VSCROLL
"Absorb what is useful, reject what is useless, and add what is specifically your own." - Lee Jun Fan
thanx all, that will do it!

Hugo Ferreira
UniteK Future
"Concentrate, and you can see it. If you see it, then it is possible. If it is possible, you can Achieve it."
oops, ES_VSCROLL does not work
for me...
why?

Hugo Ferreira
UniteK Future
"Concentrate, and you can see it. If you see it, then it is possible. If it is possible, you can Achieve it."

This topic is closed to new replies.

Advertisement