Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Friends,

I am using Visual Studio 2010 Ultimate edition. I am comparatively a fresher for .net technology. I want to create an editor for my application. I have referred this link
http://tv.devexpress.com/#DXRichEditAndRibbon[^]

But I cannot find these tools in my toolbox. Can any body help me adding these tools to my toolbox.

Thanks in advance,

Vishal...
Posted

1 solution

You don't have those tools. Look at http://www.devexpress.com[^] — this is commercial product.

Why using it? You can do very well with the control available in .NET, System.Windows.Controls.RichTextBox, see http://msdn.microsoft.com/en-us/library/system.windows.controls.richtextbox.aspx[^]. I'm pretty much sure it will be enough.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900