|
-
Oct 22nd, 2007, 01:19 AM
#1
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|