Latest News

  • Super Tower Defense 2 Game
    Sep 03, 2010

    New to the games section is Super Tower Defense 2. Featuring more maps, new units and bigger explosions.

  • Super Cards Online Multiplayer Game
    Aug 13, 2010

    Released today in the games section is the new Super Cards multiplayer card game. The aim of the game is to get rid of all your playing cards before your opposition.

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

danparker276
danparker276
Spell check, Adding words permanently to the dictionary Posted: Jul 26, 2010
 

Is there a way to store the new words in the cookies or something?  I implemented the spell checker for the rich text box, but it can't remember my words.  I can't really write it to the .xap file.  I would guess a cookie, or isolated storage?  So when you add a new word, I should probably add code to write to that location.  Then when the list is called up, it reads from the isolated storage and the dictionary file?  Is this a good way to do it?


I want each user to have their own additional words on their computer.

 
 
dan
dan
RE: Spell check, Adding words permanently to the dictionary Posted: Aug 14, 2010
 

Hi,


Yes, Isolated Storage is the way to go here.  When calling the AddCustom() method, save the word also to Isolated Storage and reload these words when your application reloads.


Thanks!