word like editor
-
HI I am developing a project in c# desktop in which i want editor like http://www.asp.net/ajax/ajaxcontroltoolkit/samples/HTMLEditor/HTMLEditor.aspx[^][^] It is in web but i want same in desktop, do any have done that before. regards
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
-
HI I am developing a project in c# desktop in which i want editor like http://www.asp.net/ajax/ajaxcontroltoolkit/samples/HTMLEditor/HTMLEditor.aspx[^][^] It is in web but i want same in desktop, do any have done that before. regards
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
Your question is not very clear. As always the big question from here is what have you tried so far?
Panic, Chaos, Destruction. My work here is done.
-
Your question is not very clear. As always the big question from here is what have you tried so far?
Panic, Chaos, Destruction. My work here is done.
I mean what htmleditor available in web , want c# desktop application.
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
-
I mean what htmleditor available in web , want c# desktop application.
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
Have you looked at the RichTextBox control? It's a reasonably well-featured control that's capable of some of the wizadry you'd normally expect from a word-processor.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
Have you looked at the RichTextBox control? It's a reasonably well-featured control that's capable of some of the wizadry you'd normally expect from a word-processor.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
My original thought was RichText, I was just trying to pre-empt the 'why isn't the output in HTML' question tomorrow afternoon.
Panic, Chaos, Destruction. My work here is done.
-
HI I am developing a project in c# desktop in which i want editor like http://www.asp.net/ajax/ajaxcontroltoolkit/samples/HTMLEditor/HTMLEditor.aspx[^][^] It is in web but i want same in desktop, do any have done that before. regards
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford