Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
change child window to partent
#1
If I have the child windows hwnd how do I set it to its own window(parent).
#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'.


Forum Jump:


Users browsing this thread: 1 Guest(s)