![]() |
|
![]() | ||
|
Subject:
Creating a very simple MS Access-like query builder in C#
Category: Computers > Programming Asked by: icaru5-ga List Price: $60.00 |
Posted:
27 Sep 2002 02:19 PDT
Expires: 27 Oct 2002 01:19 PST Question ID: 69642 |
Basically, I want to create a windows application in c# that will allow users to draw lines between two user controls in a panel object. The line should snap to a position on the control (I'm not bothered where). Here's the setting: 1. Create a new c# windows application 2. On the form, place a panel object 3. Create two user controls in the project (not additional projects). These can be square controls with nothing else. 4. Place one of each control in the panel on the form. Basically, we should now have a form with a panel containing two square user controls. The challenge is to write a piece of code that when the user of our application clicks on one control and drags over to the other, a line is created which snaps to the edge of each control (like the MS Access query builder). You cannot assume the position of the controls as the user will eventually be able to move them. If the user were to move a control, the line needs to stay connected. A solution would be greatly appreciated. Steve |
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |