Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 16th, 2003, 02:06 PM
Registered User
 
Join Date: Dec 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to create editor

Hellow for all.
i to create editor but the editor must allows the user to math symbole the write on the top or below this symbole.

and what is the defference between textbox and richtextbox tool?

please healp me?

 
Old December 16th, 2003, 02:25 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

It's pretty unclear what you're asking. Something about a math symbol, but then I am lost.

A textbox is a simple control to hold text without too much fancy formatting. A Rich Textbox is designed to hold rich formatted text, like colors and images. If I am not mistaken, it uses RTF as the underlying document, but there may be other formats used as well.

If you want to develop an editor, take a look here: http://www.icsharpcode.net/OpenSource/SD/Download/

It's a C# editor, developed in C#. By looking at the source you can really learn a lot from the inner workings of an editor.

Cheers,

Imar


---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old December 17th, 2003, 11:42 AM
Registered User
 
Join Date: Dec 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Oh,I am sorry also i cannot understand what i was writting

Thanks Imar







Similar Threads
Thread Thread Starter Forum Replies Last Post
Can we create an editor......... sweety BOOK: Professional Visual Studio 2008 ISBN: 978-0-470-22988-0 5 October 2nd, 2008 01:46 PM
Create generic XSL Template to create table Venkatachalapathy XSLT 5 March 11th, 2008 07:49 AM
editor abaso.jadhav01 ASP.NET 2.0 Basics 0 November 8th, 2006 11:34 AM
What's going on with editor? dbabas VB.NET 2002/2003 Basics 1 March 16th, 2005 10:29 AM
dsssl editor xpointer_xlink XML 0 June 11th, 2004 06:02 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.