Hi !
(Sorry for the bad english...)
If i write for example ....
####################
$LogText = $LogWindow->AddTextfield(
-name => "LogText",
-left => 1,
-top => 1,
-width => 280,
-height => 80,
-font => $LogFont,
-background => "#FFFFFF",
-foreground => "#009900",
-style => WS_VISIBLE | WS_VSCROLL | ES_AUTOVSCROLL | ES_MULTILINE |
ES_READONLY,
);
###################
.... and have many text that i can scroll .... yeahh: then the text is
"mapped over" (i don't now how
i can it write...) !!!
but ONLY if the a) -readonly OR b) ES_READONLY is activ.....
|