Results 1 to 8 of 8

Thread: Is there an ocx/dll that creates a text box that behaves like the VB IDE ?

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    South Africa
    Posts
    8

    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.

  2. #2
    Lively Member
    Join Date
    Nov 1999
    Location
    Cincinnati, OH
    Posts
    66
    Use the RichEdit box
    If you drop a blond and a UNIX box out a window, which one lands first?

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    South Africa
    Posts
    8

    Question 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.

  4. #4
    Lively Member
    Join Date
    Nov 1999
    Location
    Cincinnati, OH
    Posts
    66
    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?

  5. #5

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    South Africa
    Posts
    8

    Exclamation 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 ???

  6. #6
    Guest
    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.

  7. #7
    Addicted Member KrishnaSantosh's Avatar
    Join Date
    Feb 2001
    Location
    Coimbatore
    Posts
    210
    I Developed Syntax Coloring Using The RichTextBox Control. But Nothing Happened When Applying Color Changes. It Was Superb. For Details EMail Me.

  8. #8
    Guest
    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
  •  



Click Here to Expand Forum to Full Width