Results 1 to 6 of 6

Thread: Strange problem with richtextbox

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Posts
    14

    Strange problem with richtextbox

    Hi, I am sure I had this working before, and after I implemented another feature of it now it is not working, and removing the feature that I recently added its still not working.

    If I had a RichTextBox, and I implement this in KeyUp function

    Call test(RichTextBox1)


    And put this in the form

    Private Sub test(textbx As TextBox)
    MsgBox 'i am here'
    End Sub


    It does not even enter the test sub (). Why?

    Private Sub test(textbx As control)
    this works. not sure why textbox wouldn't though
    Last edited by Hack; Oct 22nd, 2007 at 05:25 AM.
    -scmay-

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width