Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
change child window to partent
#2
Macro Macro2292
Code:
Copy      Help
hwnd=GetAncestor(hwnd 2) ;;top-level parent
;or
hwnd=GetParent(hwnd) ;;direct parent
This is in dialog 'Window', select 'Get related window'.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)