Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Genealogy Tree Control [closed]

I've been tasked (by my wife) with creating a program to allow her to track the family trees on both sides of our family.

Does anyone know of a cost-effective (free) control to represent this type of information?

What I'm looking for is a modified org-chart type chart/tree. The modification is that any node should have 2 parent nodes (E.G. a child should have a Mother/Father).

The solution I've come up with so far is to have 2 trees, an ancestor tree and a descendants tree, with the individual being inspected as the root node for each tree. It works but is sort of clunky.

I'm working primarily in c# WinForms, so .Net type controls or source code is preferable.

like image 745
Jay Mooney Avatar asked Aug 08 '08 13:08

Jay Mooney


People also ask

Why can't I access my tree on Ancestry?

If you click on the Trees tab and don't see your tree, you're likely signed in to the wrong account. Even if you see your name or username in the top-right corner, sign out of the account you're in by clicking the name or username in the top-right corner and selecting Sign Out.

What is the difference between Ancestry and Family Tree Maker?

The biggest difference between Ancestry and Family Tree Maker is that Ancestry is a website and Family Tree Maker is a program. A website, like Ancestry, is on the Internet, and you use a web browser such as Internet Explorer or Firefox to get to the website.

How do I remove someone from my family tree?

In the Family Tree mobile app, navigate to the Person page of the individual whose record you want to delete. Tap the three dots in the top right corner. Android: Tap Delete Person. Apple iOS: Tap More, then tap Delete Person.


1 Answers

I actually spotted GRAMPS just the other day.

like image 126
Matt Cruikshank Avatar answered Oct 06 '22 00:10

Matt Cruikshank