Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add child to existing window
#5
Macro Macro1561
Code:
Copy      Help
int w=win("Calculator" "CalcFrame")
int c=CreateControl(0 "Edit" "text" 0 0 0 50 20 w -100)
out c

opt waitmsg 1
wait 5

DestroyWindow c

Most controls will not work, because parent window does not know about the control


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)