Hello,
Here's information on all the edit styles available (as requested by Cam
Watson) taken from the MSDN documentation. I also have some information on
window styles (WS_whatever) if anyone wants that.:
Edit Styles
ES_AUTOHSCROLL Automatically scrolls text to the right by 10 characters
whe
This setup has worked great for me.
# show data in richedit control with vertical and horizontal scroll bars if
# needed, and don't wrap each line.
$RText = $W->AddRichEdit(
-name => "RText",
-font => $SFont,
-top => 50,
-left => 10,
-height => 375,
-width => 472,
-style =
Mike,
--- Mike Janger <[EMAIL PROTECTED]> wrote:
> How can I put a scrollbar on a RichEdit control? Is
> it a style?
The code below works for me. Another style I've seen
added sometimes is ES_AUTOVSCROLL. I don't really know
what all of these styles do though. I mean these ones
seem pretty
> I work for a small web development company in South Australia and have no
> pearl experience.
Do not like diving?
> Im working on a project at the moment to convert an
> existing web using CGI(Pearl) to asp driven web.
A, it was just an ordinary "call by value" used in lots of
programm
4 matches
Mail list logo