Top "Parent" questions

In an oriented tree, the parent is the previous node before the node of interest.

How to get windows batch's parent folder

I'm writing a batch file, I need to get the parent folder of this bat file. Is it possibile? NB …

windows batch-file directory parent
.parents() without jquery - or querySelectorAll for parents

Possible Duplicate: Check event.target.parentElement with matchesSelector js I have a dom object, I'd like to match its parents, …

javascript parent selectors-api
Android: Making changes to a button's parent view

I have a RelativeLayout with a button inside it. Once the user clicks on that button, I would like to …

android view parent
Win32 window Owner vs window Parent?

In Win32 programming, what is the difference between a window's parent and a window's owner? I thought I had it …

winapi window parent owner
using postmessage to refresh iframe's parent document

I have a greasemonkey script that opens an iframe containing a form from a different sub-domain as the parent page. …

iframe cross-domain parent
Set form as Parent throw exception "Top-level control cannot be added to a control"

I want to access variables of a form from another form. On clicking a button inside my Main form, I …

c# forms exception parent
parent div does not grow in height

I'm having trouble getting a parent div to extend its height as its children grow (Freud? :-)) sample page here …

css html height parent children
PHP - Find parent key of array

I'm trying to find a way to return the value of an array's parent key. For example, from the array …

php arrays key parent traversal
Qt: Multiple windows in a parent/child chain, parent does not close children?

I am trying to create multiple windows in a chain: window 1 is the parent of window 2, window 2 is the parent …

windows qt parent