I have a Windows Forms application that on it I have a RichTextBox, like this: Window Examp开发者_StackOverflow社区le http://img687.imageshack.us/img687/692/window.png
I have a form with 25 RichTextBoxes. I need to clear them all when a user presses a button. I开发者_StackOverflow think it\'s something to do with: Me.Controls.Clear but I\'m not sure.
I have a .NET WinForms containing a few user controls. these controls usually contain either a RichTextBox or similar text controls (also 3rd party grid, XtraGrid suite, but those have the feature i w
I have a RichTextBox in a WinForm with URL:s. They can be clicked, but I want to detec开发者_Go百科t if the user right clicked them.I think this is what you might be looking for. On the MouseDownEvent
After a bit of digging it would appear that the WPF built in spell checker only supports English, Spanish, French, and German - which beggars belief somew开发者_JAVA百科hat. I can understand they can\
I\'m using a RichTextArea in a GWT app. I want to add a context menu to my RichTextArea: public class MyRichTextArea extends RichTextArea implements HasContextMenuHandlers {
I\'m constructing a formatted FlowDocument from XML. The XML is well formed and consi开发者_如何转开发sts mainly of 10,000 nodes each with a single node with a 6 character string value.
I have a very simple xaml file where I am passing the same Paragraph and Run elements to both a RichTextBox and a FlowDocumentScrollViewer. The both look radically different - which is not what I was
I am currently trying to create some basic word processor features in a WPF project. I am using a RichTextBox and am aware of all of the EditingCommands (ToggleBold, ToggleItalic...ect.). The thing I
In a richtextbox I see there\'s DetectURLs and an event to go along with that... Is there a way to set up a word or series of words to act as a hyperlink even though they are not a hyperlink? My spec