|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Design of a suer interface similar to visual studioHello,
I want to design a user interface similar to visual studio in win form. I am very interested in the property window. Is there any tool that can help me in designing such user interface? Any help is much appreciated. Regards Well, you are going to need some controls for docking and multiple
document interface tabs. Most likely, you are going to be using commercial controls (there are some that offer a VS feel). The property grid is a standard .NET control though. You can use the System.Windows.Forms.PropertyGrid class. You can right click on your toolbox and then add it through the "Add Item" (I believe that is what it is called) feature there. -- Show quoteHide quote- Nicholas Paldino [.NET/C# MVP] - mvp@spam.guard.caspershouse.com "m.a" <ma.@spamoff.com> wrote in message news:ey58OK7XJHA.6064@TK2MSFTNGP05.phx.gbl... > Hello, > > I want to design a user interface similar to visual studio in win form. > I am very interested in the property window. Is there any tool that can > help me in designing such user interface? > > > > Any help is much appreciated. > > > > Regards > > On Dec 16, 2:14 pm, "m.a" <m...@spamoff.com> wrote: The tool of choice is VS :)> Hello, > > I want to design a user interface similar to visual studio in win form. I > am very interested in the property window. Is there any tool that can help > me in designing such user interface? > > Any help is much appreciated. > > Regards Besides that, you need a good third party control toolkit, take a look at Infragistics for example. Beware though. creating an interface as complex as VS is not an easy task at all. Property window is not too complex to implement I think, from the outside it looks like a GridView with two columns, one is a Label and the other change depending of the type of the property DropDown, textbox, numeric textbox, etc) On 2008-12-16, m.a <ma> wrote:
Show quoteHide quote > Hello, I've actually had decent results with this:> > I want to design a user interface similar to visual studio in win form. I > am very interested in the property window. Is there any tool that can help > me in designing such user interface? > > > > Any help is much appreciated. > > > > Regards > > http://sourceforge.net/projects/dockpanelsuite/ Documentation isn't really great, but you can pretty much figure it out from the example applciation code that comes with the project. -- Tom Shelton On Dec 16, 1:14 pm, "m.a" <m...@spamoff.com> wrote: Depending of the type of app you're developing, you might be able to> Hello, > > I want to design a user interface similar to visual studio in win form. I > am very interested in the property window. Is there any tool that can help > me in designing such user interface? > > Any help is much appreciated. > > Regards use the VS 2008 shell! Check this link: http://msdn.microsoft.com/en-us/vsx/bb933751.aspx Chris
Other interesting topics
How to Verify if EventHandler for ValueChanged has been set?
Procedure xxx expects parameter '@ID' which was not supplied How to reference in c# script? Am i calling the database twice? Linq Style Cross Platform encryption/decryption SQLException - message property was empty Passing nullable string Repository and Services delegate defined by .NET |
|||||||||||||||||||||||