Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
GeneralRe: CheckBox initial value Pin
Luc Pattyn28-Aug-09 4:45
sitebuilderLuc Pattyn28-Aug-09 4:45 
GeneralRe: CheckBox initial value Pin
DaveyM6928-Aug-09 5:17
professionalDaveyM6928-Aug-09 5:17 
QuestionLogin Page as Popup after session Expired Pin
basantakumar28-Aug-09 2:47
basantakumar28-Aug-09 2:47 
AnswerRe: Login Page as Popup after session Expired Pin
Henry Minute28-Aug-09 8:25
Henry Minute28-Aug-09 8:25 
QuestionDoes exist this user control. Pin
Fired.Fish.Gmail28-Aug-09 2:40
Fired.Fish.Gmail28-Aug-09 2:40 
AnswerRe: Does exist this user control. Pin
Henry Minute28-Aug-09 8:26
Henry Minute28-Aug-09 8:26 
GeneralRe: Does exist this user control. Pin
Fired.Fish.Gmail28-Aug-09 16:10
Fired.Fish.Gmail28-Aug-09 16:10 
GeneralRe: Does exist this user control. Pin
Henry Minute29-Aug-09 3:11
Henry Minute29-Aug-09 3:11 
AFAIK there is no control that does this, or at least I could not find one.

What you are describing sounds rather like a graphical database designer or query designer works.

If you google for c# database designer or c# diagram designer, you might well find something that you can get useful code from, or at least ideas.

It seems to me that you will need to build your own control, and if so I would suggest that you use ListBoxes for ColumnA and ColumnB. You will need to research Drag and Drop, and for drawing the links I would suggest that you create a class that contains the starting listbox, the item (A1, A2 etc.) from that box and the same for the ending listbox. Then when a link is needed create a new instance of the class and add it to a list. when your control needs to paint itself, you just iterate over the list drawing a line from the start listbox to the end listbox.

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: Does exist this user control. Pin
Fired.Fish.Gmail30-Aug-09 4:48
Fired.Fish.Gmail30-Aug-09 4:48 
QuestionInstalling a service ? Pin
Mohammad Dayyan28-Aug-09 2:36
Mohammad Dayyan28-Aug-09 2:36 
AnswerRe: Installing a service ? Pin
Calla28-Aug-09 2:53
Calla28-Aug-09 2:53 
AnswerRe: Installing a service ? Pin
PIEBALDconsult28-Aug-09 5:18
mvePIEBALDconsult28-Aug-09 5:18 
GeneralRe: Installing a service ? Pin
Mohammad Dayyan28-Aug-09 9:01
Mohammad Dayyan28-Aug-09 9:01 
QuestionLit the Num, Caps and Scroll lock light? Pin
Mc_Topaz28-Aug-09 1:59
Mc_Topaz28-Aug-09 1:59 
AnswerRe: Lit the Num, Caps and Scroll lock light? Pin
Keith Barrow28-Aug-09 2:14
professionalKeith Barrow28-Aug-09 2:14 
GeneralRe: Lit the Num, Caps and Scroll lock light? Pin
Mc_Topaz28-Aug-09 4:37
Mc_Topaz28-Aug-09 4:37 
AnswerRe: Lit the Num, Caps and Scroll lock light? Pin
DaveyM6928-Aug-09 2:18
professionalDaveyM6928-Aug-09 2:18 
AnswerRe: Lit the Num, Caps and Scroll lock light? Pin
DaveyM6930-Aug-09 22:21
professionalDaveyM6930-Aug-09 22:21 
GeneralRe: Lit the Num, Caps and Scroll lock light? Pin
Mc_Topaz31-Aug-09 5:06
Mc_Topaz31-Aug-09 5:06 
GeneralRe: Lit the Num, Caps and Scroll lock light? Pin
DaveyM6931-Aug-09 8:53
professionalDaveyM6931-Aug-09 8:53 
QuestionThreads Pin
jpk42028-Aug-09 0:33
jpk42028-Aug-09 0:33 
AnswerRe: Threads Pin
Luc Pattyn28-Aug-09 0:48
sitebuilderLuc Pattyn28-Aug-09 0:48 
GeneralRe: Threads Pin
jpk42028-Aug-09 1:34
jpk42028-Aug-09 1:34 
GeneralRe: Threads Pin
Luc Pattyn28-Aug-09 1:41
sitebuilderLuc Pattyn28-Aug-09 1:41 
GeneralRe: Threads Pin
jpk42028-Aug-09 1:46
jpk42028-Aug-09 1:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.