Re: Scrollbarless&Borderless RichEdit Control
----- Original Message -----
From: "Thomas Parslow (PatRat)" <patrat at rat-software.com>
To: "EUforum" <EUforum at topica.com>
Subject: Scrollbarless&Borderless RichEdit Control
> I'm trying to create a RichEdit control with no vertical or horizontal
> scrollbars and no border. It will have more lines then it can display
> at once, but I want to handle the scrolling manually.
> I've not been able to get a combination of styles that works like this,
> an anyone help?
Thomas,
try this...
RE = createEx( RichEdit, "", Win , 20, 20, 360, 200,
{ WS_CHILD,
WS_VISIBLE,
ES_DISABLENOSCROLL,
WS_TABSTOP,
ES_SAVESEL,
ES_MULTILINE,
ES_NOHIDESEL}, {WS_EX_TOOLWINDOW}),
------
Derek Parnell
Melbourne, Australia
"To finish a job quickly, go slower."
|
Not Categorized, Please Help
|
|