|
-
Feb 6th, 2001, 07:59 AM
#1
Thread Starter
New Member
Is there an API/ocx/dll that creates a text box that behaves like the VB IDE
Greetings ...
Is there an ocx or dll that can recreate the effect of the Visual Basic IDE, the effect of coloring identified keywords and intellisense on CTRL+Space events ?? Maby there is an SDK or a method that uses Visual Studio libraries. Anybody with a suggesstion ???
Thanks.
Last edited by bspmf; Feb 6th, 2001 at 10:09 AM.
-
Feb 7th, 2001, 09:19 AM
#2
Lively Member
If you drop a blond and a UNIX box out a window, which one lands first?
-
Feb 7th, 2001, 09:24 AM
#3
Thread Starter
New Member
But, but !!!
The RichEdit or RichTextBox control ??? Is there a RichEdit ocx ??? Where can I obtain this control ???
I have used the RichTextBox control (with the .find and Replace() methods) to do this but with large volumes of text it flickers and it get's very slow.
-
Feb 7th, 2001, 09:36 AM
#4
Lively Member
Try validating as text is entered into the box instead of checking the whole thing everytime
If you drop a blond and a UNIX box out a window, which one lands first?
-
Feb 7th, 2001, 09:39 AM
#5
Thread Starter
New Member
ehem ...
True ... One of my thoughts at first but what about when one pastes text from other programs. Surely it would be the same problem ... But where can I get this RichEdit ocx ???
-
Feb 7th, 2001, 03:46 PM
#6
RichEdit is the official name for the RichTextBox, just like Edit is the official name for a TextBox. so in other words, a RichEdit control and a RichTextbox are the same thing.
-
Feb 9th, 2001, 08:07 PM
#7
Addicted Member
I Developed Syntax Coloring Using The RichTextBox Control. But Nothing Happened When Applying Color Changes. It Was Superb. For Details EMail Me.
-
Feb 10th, 2001, 11:34 AM
#8
See this topic where I posted an example.
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
|