Latest News

  • Silverlight Online Chat
    Jul 24, 2010

    Today we launch the new Silverlight Live Chat application demonstrating the Liquid RichTextBox and Emoticon replacements.

  • New Super Shoot Em Up 2 Game
    Jun 29, 2010

    Added to the Games section is the new Super Shoot 'Em Up 2 game. Take control of your tank with the aim to defeat the computer controlled opponents. Features all new weapons, levels and Battle Mode!

  • Silverlight 4 Controls V5.3.2 Released
    Jun 28, 2010

    This release contains several fixes raised in the forums.

  • New Sandmania Puzzle Game
    Jun 18, 2010

    Sandmania is the latest game from vectorlight, the aim of this game is to guide sand from the top of the screen to the various colored containers below.

  • New Moon Tower Defense Game
    May 29, 2010

    Added to the Games section is the new Moon Tower Defense game. Defend the Moon from the circling Aliens and Humans.

gmargabanthu
gmargabanthu
How to Add Words to the en_US_Dic.txt Dictionary? Posted: Jan 14, 2010
 

How to Add Words to the en_US_Dic.txt Dictionary?

 
 
dan
dan
RE: How to Add Words to the en_US_Dic.txt Dictionary? Posted: Jan 25, 2010
 

Hi,


The dictionary supplied is simply for demonstration purposes and shouldn't be edited unless you know what your doing.  In general if you want to add custom words you should use the AddCustom() method of the SpellChecker object which allows you to add custom words.


Please see the full demo which implements custom words if you need to see how to do this:


http://www.vectorlight.net/demos/richtextbox.aspx


Thanks!

 
 
gmargabanthu
gmargabanthu
RE: How to Add Words to the en_US_Dic.txt Dictionary? Posted: Jan 27, 2010
 

Thanks Dan.


But, I have a need to customize the dictionary for the Medical Profession ...which means addition of 300,000 words. Calling the AddCustom() 300,000 times does not work. Also, AddCustom needs to be called for every instance of the richtextbox control on the same form.


Any Thoughts!

 
 
dan
dan
RE: How to Add Words to the en_US_Dic.txt Dictionary? Posted: Jan 30, 2010
 

Hi,


The AddCustom() method is a member of the SpellChecker object thus you would add the words once to the your spell checker instance and share this between all your RichTextBox instances.


Thanks!

 
 

Rate this page: 

1 Star 2 Star 3 Star 4 Star 5 Star
8 Ratings / 2.5 Average