-
RichTextBox control vs Spell check
How can I spell check the a RichTextBox control in vb 6.0 as the user keys in the text. i.e. as soon as the user enters the letters the system should check the spelling and underline red if the word is not in the Microsoft dictionary.
-
I recommend that you use a third-party component, such as this one: http://www.wintertree-software.com/dev/wspell/info.html. If it's even possible to do what you want, it will require many hours of coding, testing and debugging.
Update: I searched Google for "richtextbox squiggly underline" and found this page: http://geekswithblogs.net/pvidler/ar...10/15/188.aspx. You may be able to adapt the code to work with VB6's RichTextBox control, but you'll have to use a dictionary to check the spelling. I still believe a third-party component is the best solution.
Last edited by Phil Weber; 08-19-2005 at 03:35 PM.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
Similar Threads
-
By itchock in forum VB Classic
Replies: 0
Last Post: 06-26-2005, 08:22 AM
-
By Actipro Software Support in forum dotnet.announcements
Replies: 0
Last Post: 03-16-2003, 07:40 PM
-
By Kiran in forum ASP.NET
Replies: 0
Last Post: 03-14-2002, 01:02 AM
-
By Robin in forum VB Classic
Replies: 1
Last Post: 02-05-2002, 12:53 AM
-
By Larry Rebich in forum VB Classic
Replies: 0
Last Post: 05-19-2000, 01:08 AM
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks