|
-
Apr 18th, 2024, 05:22 AM
#11
Re: CommonControls (Replacement of the MS common controls)
 Originally Posted by sdowney1
What is real crappy though is I discovered this problem follows the whole project as in any form with a richtextbox will fail trying to use myurlautodetect. It just makes more work as you have to do all of them if you want to run program for testing. I have like 20 rtb scattered on many forms
So that really commits you.
That means all the RTB must be replaced on every form in the project, if you want URLs working.
I added a second form with an MS RTB and it dies with type mismatch 13
command button causes form2.show and the myurlautodetect is in the form load
and it dies
If you have 2 references you can't declare "As RichTextBox" w/o putting the lib before, e.g. "As VBCCR17.RichTextBox".
If you want both in 1 sub then resort to "As Object".
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
|