| |
|
|
- Page 1 - |
|
Thomas Zielinski | Hi, under X4 can I one Edit in a Child Window not You can or something into write. deals it itself here around the same trouble as too with manchen Controlls in a GroupBox happens or mach I only slightly gravierend wrong?
Getestet under X4 on Win10 per
Declare ChildWin&, Edit&
cls
ChildWin& = Create("ChildWindow",%HWnd,"Projekte",5,5,500,300)
Edit& = Create("Edit",ChildWin&,"",20,20,100,25)
While 1
WaitInput
EndWhile
|
|
|
| |
|
|
|
« this Posting watts as Solution marked. » |
|
Matthias Arlt | ...and so goes it too:
cls
var child&=create("ChildWindow",%hwnd,"",20,20,300,300)
SetStyle child&,GetStyle(child&) + $40000000
create("Edit",child&,"",20,20,50,20)
while 1
waitinput
case %key=2 : break
wend
|
|
|
| |
|
|
|
|
RudiB. | correctly.....is already odd...but so GEHTS...
Declare ChildWin&, Edit&
CLS
ChildWin& = Create("ChildWindow",%Hwnd,"Projekte",5,5,500,300)
Edit& = Create("Edit",ChildWin&,"",20,20,100,25)
While 1
setfocus(edit&)' aimed whom Focus the Edit settle
WaitInput
EndWhile
|
|
|
| |
|
|
|
RudiB. | ....or with SetText Edit&,"Test" allocate goes too. |
|
|
| |
|
|
|
Matthias Arlt | ...and so goes it too:
cls
var child&=create("ChildWindow",%hwnd,"",20,20,300,300)
SetStyle child&,GetStyle(child&) + $40000000
create("Edit",child&,"",20,20,50,20)
while 1
waitinput
case %key=2 : break
wend
|
|
|
| |
|
|
|
Thomas Zielinski | thanks so functions it faith I. have me now for Solution of Matthias decided. whom Focus the Edit To settle functions of course in the little welt but for have I To many Controlls on the screen. there comes only anything confusion.
Vielen Thanks again. |
|
|
| |
|
|