Search results for query: *

  • Users: vartan
  • Content: Threads
  • Order by date
  1. vartan

    URGENT: RichTextBox onChange

    URGENT: RichTextBox TextChanged I have a MDI program that makes a new form with the following code: PrivateSub ShowNewForm(ByVal sender AsObject, ByVal e As EventArgs) Handles NewToolStripMenuItem.Click, NewToolStripButton.Click, NewWindowToolStripMenuItem.Click ' Create a new instance of...
  2. vartan

    Copying, Cutting, and Pasting with a Rich Text Box

    :confused: How do I copy or cut data from a rich text box (name = CRTB) to the clipboard? My program is an MDI Form that creates a new child form with the following: Private Sub ShowNewForm(ByVal sender As Object, ByVal e As EventArgs) Handles NewToolStripMenuItem.Click...
  3. vartan

    Bolding a RichTextBox in Child Form

    :) Hi, I'm new to this forum. I have a problem with my Windows application. I have an MDI form that creates a new child form when the new button is clicked. The child form contains a rich text box called CRTB which is made to fill the whole child form: Private Sub ShowNewForm(ByVal...
Back
Top