Re: [perl-win32-gui] Scrollbars

2000-01-07 Thread Ravi Singh
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

RE: [perl-win32-gui] Scrollbars

2000-01-07 Thread Eric C. Hansen
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 =

Re: [perl-win32-gui] Scrollbars

2000-01-07 Thread Cam Watson
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

Re: [perl-win32-gui] sis-lib.pl

2000-01-07 Thread Jenda Krynicky
> 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