| |
|
|
- Page 1 - |
|
Rainer Hoefs | Hi,
knows someone a Possibility The input into Editfeld To prevent without it with ENABLEWINOW To Lock.
reason:
One area with the Enablewindow blocked is, is gray and the Texts therein are heavy To reading. i want, that the Text Black on white To reading is, but nevertheless no Inputs possible are!
for hints already time beforehand one herzliches Thank you Rainer |
|
|
| |
|
|
|
« this Posting watts as Solution marked. » |
|
H.Brill | EnableWindow and SendMessage(...) shine there what verschiedenes To effect. have time one with EnableWindow and one with SendMessage machine :
Declare lever Btn1, edit1, edit2, Int end
Window Title "Fenster"
Window 640, 480
btn1 = @Create("Button", %HWnd, "Ende", 10, 10, 60, 25)
edit1 = @Create("Edit", %HWnd, "Test 1", 10, 40, 120, 25)
edit2 = @Create("Edit", %HWnd, "Test 2", 10, 80, 120, 25)
enablewindow edit1, 0
SendMessage(edit2, $00CF, 1, 0)
end = 0
WhileNot end
WaitInput
If @Clicked(btn1)
end = 1
EndIf
Case %Key = 2 : end = 1
EndWhile
End
at that second Edit can too reinklicken, but nothing write. Also is the Font klarer.
PS: Messages finds one in the Profanhilfe. simply time different try.
and for the 'Ausgrauen' is probably only windows Responsible. hold WINDOWS-standard. |
|
|
| Benutze XPROFAN X3 + FREEPROFAN Wir sind die XProfaner. Sie werden von uns assimiliert. Widerstand ist zwecklos! Wir werden alle ihre Funktionen und Algorithmen den unseren hinzufügen.
Was die Borg können, können wir schon lange. | 07/04/15 ▲ |
|
|
|
|
|
| very, Input simply on 207 = EM_SETREADONLY settle. |
|
|
| |
|
|
|
Rainer Hoefs | |
|
| |
|
|