First of all, hello
This is my first thread here so I feel a aslight introdaction is in order.
My name is Gidi Morris, and I have only reacently moved, proffesionally, from DBA (Oracle) to application (.Net), and so I'm in the whole process of relearning what I knew before moving to databases, about actual programming. Hence I will be around alot :) since my regular community (Yaxay.com) is all desgn and web-programming, and no good at things like .Net.
Any way - my problem:
I've made a custom control I call DocumentLayout, which is basicaly the document display in Outlook 2003 (Where E-mails are displayed). (See screenshot)
My problem is that at the moment contents are added through methods where the aparameters are objects which inherit from Control (Such as Panel and Button). What I want is for programmers to be able to drag controls from the toolbox and drop them into the control.
How can I do this?
P.S.:
I'm building a library of controls I've made during my study of .Net and C# so its in your interest to help me, since I plan on releasing all my control to the public :D