المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Calling GUI & path finding gurus



C# Programming
09-18-2009, 03:31 AM
Hello

Is there anyone out there that knows how to develop the connection points that indicate relational mappings between two objects.. example: C# dataset designer can indicate foreign key relationships, or MSSQL diagrams also have the same connecting points that are adjustable. Adjustable by means of it not always being a straight line at all times..

So i'm building a busines object modeller and require the ability to show relational connection points on my business objects on a designer canvas. This leads my to believe that a implentation of maybe IDesignerHost is valid, but i would not know where to start with those connecter objects..
The connecting points must indicate what type of relationship it it and also must be adjustable when moved by using the mouse..


any ideas where to start.. please help.
Regards