I posted this question on the win forms list a few days ago I did get some replies (Thanks Richard and others who replied) but I didn't get quite what I was looking for, let me explain.
I have been working on an interface where users link objects together with lines by dragging one object and dropping it onto of another, have methods that allow me to select lines and do stuff with them such as remove set properties etc, now drawing a line from point a to point b is no problem, I have created a few procedures that draw either straight or angled lines, the angled lines are drawn using different parameters based on how far apart the source and destination controls are etc, however I haven't yet been able to create a (Quick) way to draw lines that crawl around existing objects etc on the screen. Has anyone else done this kind of thing and if so, are there good code samples out there or maybe even someone willing to share some cool code he/she wants to show off, some of the code I have done in this regard is very slow and cumbersome, I think maybe it's just my approach that's wrong Paul Stevens Analyst Developer MultiChoice Africa Cellular: * +27 (0) 82 413 3171 Phone: * +27 (0) 11 289 3576 Fax: * +27 (0) 82 131 413 3171 Mail: * [EMAIL PROTECTED] ************************************************************************************************************************** Everything in this e-mail and attachments relating to the official business of MultiChoice Africa is proprietary to the company. Any view or opinion expressed in this message may be the view of the individual and should not automatically be ascribed to the company. If you are not the intended recipient, you may not peruse, use, disseminate, distribute or copy this message. If you have received this message in error, please notify the sender immediately by email, facsimile or telephone and destroy the original message. ************************************************************************************************************************** =================================== This list is hosted by DevelopMentor� http://www.develop.com NEW! ASP.NET courses you may be interested in: 2 Days of ASP.NET, 29 Sept 2003, in Redmond http://www.develop.com/courses/2daspdotnet Guerrilla ASP.NET, 13 Oct 2003, in Boston http://www.develop.com/courses/gaspdotnet View archives and manage your subscription(s) at http://discuss.develop.com
