docking control
-
Hi All: How can I create Docking Control in c#?
-
Hi All: How can I create Docking Control in c#?
Well, what's it supposed to do? :confused:
-
Well, what's it supposed to do? :confused:
I want to Create an Control as an Docking Control I want to Create like ToolBox Control that can resize and Docking
-
Hi All: How can I create Docking Control in c#?
Well, there's several ways Docking is done in various applications ranging from Visual Studio to PhotoShop, to whatever. There are third party control libraries for .NET that implement docking containers in various ways. The key question: how do you want to implement docking: describe the UI you wish to see in detail. Are you talking about "auto-snap" features where a visual object near the boundaries of another (whether inside or outside the "other" object) through some direct action align themselves with the edges of the "other object" ? Are you talking about, when docking begins, certain special UI visual features that control the target docking site appear, as in Visual Studio ? best, Bill
Scipio: "That's true, Berganza; and what makes the miracle greater is, that we not only speak, but hold intelligent discourse, as though we had souls capable of reason; whereas we are so far from having it, that the difference between brutes and man consists in this, that man is a rational animal, and the brute is irrational." Cervantes, "Colloquy of Dogs," 1613CE. The two talking dogs, Scipio, Berganza, are hallucinations in the mind of a soldier with plague fever undergoing a "sweating" cure.
-
Hi All: How can I create Docking Control in c#?
Hi, you may use the control from this CodeProject library: Visual Studio IDE like Dock Container[^] or any other free library (google is your friend when searching for "docking control c#"). Alternatively you may buy commercial control libraries such as the DeveloperExpress controls: http://www.devexpress.com/Products/NET/Controls/WinForms/#main|controls[^]
-
Hi, you may use the control from this CodeProject library: Visual Studio IDE like Dock Container[^] or any other free library (google is your friend when searching for "docking control c#"). Alternatively you may buy commercial control libraries such as the DeveloperExpress controls: http://www.devexpress.com/Products/NET/Controls/WinForms/#main|controls[^]
Yes,It is also a good idea for me too but I don't want to use the dll because It may be difficult edit when have the problem.So I hope you can give the exam project that can create an docking Control..... waiting to hearing from you....Thank in advance
-
Hi All: How can I create Docking Control in c#?
kornkimhour wrote in response to JF2015: "I hope you can give the exam project that can create an docking Control" If you don't conceive and execute your own exam project, how do you think you are ever going to develop yourself as a programmer, get work as a programmer in the future ? JF2015 kindly directed to you a CodeProject docking implementation whose source-code is open for you to read, study, copy, modify. What more could you ask for than that ? Lift a finger, and get to work.
Scipio: "That's true, Berganza; and what makes the miracle greater is, that we not only speak, but hold intelligent discourse, as though we had souls capable of reason; whereas we are so far from having it, that the difference between brutes and man consists in this, that man is a rational animal, and the brute is irrational." Cervantes, "Colloquy of Dogs," 1613CE. The two talking dogs, Scipio, Berganza, are hallucinations in the mind of a soldier with plague fever undergoing a "sweating" cure.
-
kornkimhour wrote in response to JF2015: "I hope you can give the exam project that can create an docking Control" If you don't conceive and execute your own exam project, how do you think you are ever going to develop yourself as a programmer, get work as a programmer in the future ? JF2015 kindly directed to you a CodeProject docking implementation whose source-code is open for you to read, study, copy, modify. What more could you ask for than that ? Lift a finger, and get to work.
Scipio: "That's true, Berganza; and what makes the miracle greater is, that we not only speak, but hold intelligent discourse, as though we had souls capable of reason; whereas we are so far from having it, that the difference between brutes and man consists in this, that man is a rational animal, and the brute is irrational." Cervantes, "Colloquy of Dogs," 1613CE. The two talking dogs, Scipio, Berganza, are hallucinations in the mind of a soldier with plague fever undergoing a "sweating" cure.
sorry I write it wrong....I want to write an example project,but I write Exam Project... Thank for telling me about this wrong command....so I really happy when hearing from your reply....I hope all programmer can give me more about an idea that connect to my misunderstand......